config/nvim: update vim-fossil version
This commit is contained in:
parent
79fc32f089
commit
332518fae5
|
@ -52,7 +52,7 @@ autocmd BufRead $XDG_CONFIG_HOME/yadm/bootstrap setlocal filetype=sh
|
||||||
|
|
||||||
" shebang shortcut - https://www.reddit.com/r/vim/comments/4z7z7s/add_shebang_lines_to_your_vim_files_automatically/d6v7op8 and https://stackoverflow.com/a/52135425
|
" shebang shortcut - https://www.reddit.com/r/vim/comments/4z7z7s/add_shebang_lines_to_your_vim_files_automatically/d6v7op8 and https://stackoverflow.com/a/52135425
|
||||||
inoreabbrev <expr> #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype)
|
inoreabbrev <expr> #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype)
|
||||||
autocmd BufNewFile *.sh,$HOME/.local/bin/* execute 'silent! 1s/.*/#!\/bin\/sh\r'| setlocal filetype=sh | :startinsert
|
autocmd BufNewFile *.sh,$HOME/.local/bin/* execute 'silent! 1s/.*/#!\/bin\/sh\r# '| setlocal filetype=sh | :startinsert
|
||||||
"autocmd BufNewFile * if !empty(&filetype) | execute 'silent! 1s/.*/#!\/usr\/bin\/' . &filetype . '\r\r'| :startinsert | endif
|
"autocmd BufNewFile * if !empty(&filetype) | execute 'silent! 1s/.*/#!\/usr\/bin\/' . &filetype . '\r\r'| :startinsert | endif
|
||||||
|
|
||||||
set spelllang=en_us,de_de
|
set spelllang=en_us,de_de
|
||||||
|
|
|
@ -50,7 +50,7 @@ Plug 'mhinz/vim-signify' " VCS info on the left
|
||||||
|
|
||||||
" Integrations
|
" Integrations
|
||||||
"Plug 'airblade/vim-gitgutter' " Git info on the left and hunk bindings
|
"Plug 'airblade/vim-gitgutter' " Git info on the left and hunk bindings
|
||||||
Plug 'mtvee/vim-fossil'
|
Plug 'xeruf/vim-fossil'
|
||||||
Plug 'austintraver/vim-jrnl'
|
Plug 'austintraver/vim-jrnl'
|
||||||
Plug 'weinshec/vim-dictcc'
|
Plug 'weinshec/vim-dictcc'
|
||||||
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
|
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
|
||||||
|
|
Loading…
Reference in New Issue