]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
nvim: do not load autotag as a treesitter extension
authorAlexander Goussas <[email protected]>
Sun, 22 Jun 2025 04:57:07 +0000 (23:57 -0500)
committerAlexander Goussas <[email protected]>
Sun, 22 Jun 2025 04:57:07 +0000 (23:57 -0500)
nvim/.config/nvim/lua/plugins/core.lua
nvim/.config/nvim/lua/plugins/treesitter.lua

index 76f04b3a3f97a99b6a465acf68396c113c64904e..373ae4db9ccc54d21c61be360aac03b3aafa66cd 100644 (file)
@@ -1,4 +1,5 @@
 return {
+  { "nvim-lua/plenary.nvim" },
   {
     'natecraddock/workspaces.nvim',
     config = function()
index 6a473e367f139b09ed7b25c8083a6eb4a3c5cf0e..930a494e8ff5ee88ed20061cf007545345a67659 100644 (file)
@@ -9,7 +9,6 @@ return {
         ensure_installed = { 'go', 'haskell', 'lua', 'tsx', 'typescript' },
         auto_install = false,
         highlight = { enable = true },
-        autotag = { enable = true }
       })
     end
   },