]> 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 be44d54124fe75aa0c233094832b31e38ad2c746..ded65acad5ea590506dbfb39187999b7c590cd30 100644 (file)
@@ -18,7 +18,6 @@ require'nvim-treesitter.configs'.setup {
     'lua',
     'make',
     'markdown',
     'lua',
     'make',
     'markdown',
-    'org',
     'python',
     'ruby',
     'rust',
     'python',
     'ruby',
     'rust',
@@ -34,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,