🎨 add USER and rm strftime
This commit is contained in:
parent
c101e90c35
commit
3fe50280f0
1 changed files with 5 additions and 4 deletions
9
init.vim
9
init.vim
|
|
@ -28,10 +28,11 @@ Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under t
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" show invisibles
|
" show invisibles
|
||||||
:set fileencoding=utf-8
|
set fileencoding=utf-8
|
||||||
:set list
|
set list
|
||||||
|
set listchars=tab:→\ ,trail:␣,extends:…,eol:⏎
|
||||||
" :set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:»
|
" :set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:»
|
||||||
:set listchars=tab:→\ ,nbsp:␣,trail:•,precedes:«,extends:»
|
" :set listchars=tab:→\ ,nbsp:␣,trail:•,precedes:«,extends:»
|
||||||
|
|
||||||
|
|
||||||
" syntastic recommended settings
|
" syntastic recommended settings
|
||||||
|
|
@ -48,7 +49,7 @@ let g:syntastic_python_python_exec = 'python3'
|
||||||
" VimWiki setup
|
" VimWiki setup
|
||||||
let g:vimwiki_list = [{'path':'$HOME/.local/share/nvim/vimwiki/'}]
|
let g:vimwiki_list = [{'path':'$HOME/.local/share/nvim/vimwiki/'}]
|
||||||
let g:vimwiki_sync_branch = "main"
|
let g:vimwiki_sync_branch = "main"
|
||||||
let g:vimwiki_sync_commit_message = '$HOST | %c'
|
let g:vimwiki_sync_commit_message = '$USER @ $HOST'
|
||||||
let g:sync_taskwarrior = 0
|
let g:sync_taskwarrior = 0
|
||||||
|
|
||||||
" LARBS inspired below
|
" LARBS inspired below
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue