mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-13 18:00:42 +00:00
10 lines
207 B
VimL
10 lines
207 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
|
|
|