diff options
Diffstat (limited to 'ftdetect/fish.lua')
-rw-r--r-- | ftdetect/fish.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/fish.lua b/ftdetect/fish.lua new file mode 100644 index 00000000..c908c46e --- /dev/null +++ b/ftdetect/fish.lua @@ -0,0 +1,3 @@ +vim.cmd [[ + au BufRead,BufNewFile *.fish set filetype=fish +]] |