dotfiles/.config/nvim/ftplugin/fish.vim

13 lines
246 B
VimL

" Set up :make to use fish for syntax checking.
compiler fish
" set indent size
set shiftwidth=4
" Set this to have long lines wrap inside comments.
setlocal textwidth=79
" Enable folding of block structures in fish.
setlocal foldmethod=expr