all repos — dotfiles @ 3dbf9ab6c74a68de2eb394c58a2e8bc829d74693

personal dotfiles

nvim: add fish syntax plugin
la-ninpre leobrekalini@gmail.com
Fri, 15 Oct 2021 09:28:01 +0300
commit

3dbf9ab6c74a68de2eb394c58a2e8bc829d74693

parent

4109d1a7846ffbb191f8929ea22d729f71e7cfe7

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M nvim/.config/nvim/init.vimnvim/.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