blob: 7acbf44210479b6b7abb782ddbaae4a669973f1c [file] [log] [blame]
Bram Moolenaar938ae282023-02-20 20:44:55 +00001" Vim filetype plugin file
2" Language: fish
3" Maintainer: Nicholas Boyle (github.com/nickeb96)
4" Repository: https://github.com/nickeb96/fish.vim
5" Last Change: February 1, 2023
6
7if exists("b:did_ftplugin")
8 finish
9endif
10let b:did_ftplugin = 1
11
12setlocal iskeyword=@,48-57,_,192-255,-,.
13setlocal comments=:#
14setlocal commentstring=#%s
15setlocal formatoptions+=crjq