This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
bpb-kit
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
3 Commits
251fb05ea3
...
13f28aba18
Author
SHA1
Message
Date
Brennen Bearnes
13f28aba18
notes-init-metadata: add missing rparen
1 month ago
Brennen Bearnes
afb8cb7432
notes-p1k3-index: handle removing 'topics' from tag layout
1 month ago
Brennen Bearnes
6722cedd3d
vim: disable vim-go plugin
1 month ago
3 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
+2
-2
home/.vim/vimrc
+1
-0
home/bin/notes-init-metadata
+1
-1
home/bin/notes-p1k3-index
+ 2
- 2
home/.vim/vimrc
View File
@ -190,8 +190,8 @@ let mapleader = ","
" filetypes / modes / language support {{{
let
g
:
go_version_warning
=
0
Plugin
'fatih/vim-go'
" golang
" let g:go_version_warning =
0
" Plugin 'fatih/vim-go'
" golang
Plugin
'rust-lang/rust.vim'
+ 1
- 0
home/bin/notes-init-metadata
View File
@ -48,6 +48,7 @@ c.execute(
"page"
);
'''
)
conn.commit()
conn.close()
+ 1
- 1
home/bin/notes-p1k3-index
View File
@ -2,6 +2,6 @@
cd "$HOME/workspace/p1k3" || exit 1
find ~/workspace/p1k3/archives -name 'tag.*.prop' \
| sed 's/^.*tag[.]
topics[.]
\(.*\)[.]prop$/\1/' \
| sed 's/^.*tag[.]\(.*\)[.]prop$/\1/' \
| sort \
| uniq
Write
Preview
Loading…
Cancel
Save