commit 45107f6eb9fb95f15355e749ebe6a2a475866c8e
parent f6b8db122b055f35ccd66bccfb94f1bd6f235b16
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Fri, 26 Aug 2022 17:41:09 +0200
feat: fish treesitter
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nvim/.config/nvim/lua/user/treesitter.lua b/nvim/.config/nvim/lua/user/treesitter.lua
@@ -4,7 +4,7 @@ if not status_ok then
end
configs.setup {
- ensure_installed = {"html", "ruby", "go", "javascript", "bash", "java", "json", "tsx", "lua", "norg" },
+ ensure_installed = {"html", "ruby", "go", "javascript", "bash", "java", "json", "tsx", "lua", "norg", "fish" },
sync_install = false, -- install languages synchronously (only applied to `ensure_installed`)
ignore_install = { "" }, -- List of parsers to ignore installing
autopairs = {