config/nvim: update vim-fossil version

This commit is contained in:
xeruf 2022-01-19 20:09:56 +01:00
parent 79fc32f089
commit 332518fae5
2 changed files with 2 additions and 2 deletions

View File

@ -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
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
set spelllang=en_us,de_de

View File

@ -50,7 +50,7 @@ Plug 'mhinz/vim-signify' " VCS info on the left
" Integrations
"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 'weinshec/vim-dictcc'
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }