mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-25 03:35:30 +02:00
3 lines
62 B
Lua
3 lines
62 B
Lua
vim.cmd [[
|
|
au BufRead,BufNewFile *.fish set filetype=fish
|
|
]]
|