From 0002b2cfb64b25029322bd7dc0031c63e19ade08 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 6 Jan 2025 09:51:41 -0600 Subject: fix for new nixos w/ nvim 10 and add lsp support --- lua/tjk/plugins/treesitter.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lua/tjk/plugins/treesitter.lua') diff --git a/lua/tjk/plugins/treesitter.lua b/lua/tjk/plugins/treesitter.lua index 925fb13..835e1af 100644 --- a/lua/tjk/plugins/treesitter.lua +++ b/lua/tjk/plugins/treesitter.lua @@ -11,9 +11,7 @@ return { "windwp/nvim-ts-autotag", -- close tags in html/xml type languages opts = { per_filetype = { - ["html"] = { - enable_close = true - } + ["html"] = { enable_close = true }, } } }, @@ -24,7 +22,7 @@ return { ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "comment", "javascript", "html", "css", "scss", "python", "php" }, auto_install = true, -- install available parsers when entering new buffers - highlight = { enable = true, disable = { "yaml", "bash", "latex" } }, + highlight = { enable = true, disable = { "yaml" } }, indent = { enable = true, disable = { "yaml" } }, --playground = { enable = true }, -- treesitter debug }) -- cgit v1.2.3