nvim: add fish syntax plugin
la-ninpre leobrekalini@gmail.com
Fri, 15 Oct 2021 09:28:01 +0300
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
nvim/.config/nvim/init.vim
→
nvim/.config/nvim/init.vim
@@ -2,6 +2,10 @@ " la-ninpre init.vim "
" misc: {{{ +if &shell =~# 'fish$' + set shell=bash +endif + " use space as leader key let mapleader=" "@@ -73,6 +77,7 @@ Plug 'tpope/vim-surround'
Plug 'mbbill/undotree' Plug 'dense-analysis/ale' Plug 'cespare/vim-toml' +Plug 'dag/vim-fish' Plug 'https://tildegit.org/sloum/gemini-vim-syntax' call plug#end() filetype plugin indent on