]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - config/nvim/lua/treesitter_config.lua
Use ts_ls
[rbdr/dotfiles] / config / nvim / lua / treesitter_config.lua
index 32e4ed2bd2a5342c8275b01a77c17ec2f7b1651a..ded65acad5ea590506dbfb39187999b7c590cd30 100644 (file)
@@ -33,6 +33,10 @@ require'nvim-treesitter.configs'.setup {
   sync_install = false,
   auto_install = true,
 
   sync_install = false,
   auto_install = true,
 
+  endwise = {
+    enable = true
+  },
+
   highlight = {
     enable = true,
 
   highlight = {
     enable = true,