nvim: add fish tree-sitter parser

This commit is contained in:
dogeystamp 2023-01-21 21:50:48 -05:00
parent 608b738ea1
commit 57f0b129d8
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -122,7 +122,7 @@ call plug#end()
lua << EOF
require'nvim-treesitter.configs'.setup {
ensure_installed = { "c", "cpp", "javascript", "python", "vim", "latex" },
ensure_installed = { "c", "cpp", "javascript", "python", "vim", "latex", "fish" },
sync_install = false,
auto_install = false,
highlight = {