LunarVim/ftdetect/fish.lua
2021-07-15 13:08:36 +00:00

3 lines
62 B
Lua

vim.cmd [[
au BufRead,BufNewFile *.fish set filetype=fish
]]