mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 20:26:28 +00:00
9 lines
209 B
VimL
9 lines
209 B
VimL
|
" Set up :make to use fish for syntax checking.
|
||
|
compiler fish
|
||
|
|
||
|
" Set this to have long lines wrap inside comments.
|
||
|
setlocal textwidth=79
|
||
|
|
||
|
" Enable folding of block structures in fish.
|
||
|
setlocal foldmethod=expr
|