]> 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 fc4a4a7236e3889ea7ba63a87cb18d46ef412924..ded65acad5ea590506dbfb39187999b7c590cd30 100644 (file)
@@ -1,6 +1,7 @@
 require'nvim-treesitter.configs'.setup {
   -- A list of parser names, or "all" (the five listed parsers should always be installed)
   ensure_installed = {
 require'nvim-treesitter.configs'.setup {
   -- A list of parser names, or "all" (the five listed parsers should always be installed)
   ensure_installed = {
+    'api_notation',
     'bash',
     'css',
     'dart',
     'bash',
     'css',
     'dart',
@@ -32,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,