mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:26:44 +00:00
Add some ft settings for fish files
This commit is contained in:
parent
556b8baeae
commit
4cf4f83897
8
vim/ftplugin/fish.vim
Normal file
8
vim/ftplugin/fish.vim
Normal file
@ -0,0 +1,8 @@
|
||||
" 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
|
Loading…
Reference in New Issue
Block a user