feat: add fish support
parent
0e3f8240b2
commit
aa9b5d8e6c
@ -0,0 +1,12 @@
|
|||||||
|
return {
|
||||||
|
'dag/vim-fish',
|
||||||
|
ft = 'fish',
|
||||||
|
config = function()
|
||||||
|
vim.bo.filetype = 'fish'
|
||||||
|
vim.cmd 'compiler fish'
|
||||||
|
vim.bo.textwidth = 79
|
||||||
|
-- vim.bo.foldmethod = 'expr'
|
||||||
|
-- vim.bo.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||||
|
-- vim.cmd 'setlocal foldlevelstart=1'
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue