summaryrefslogtreecommitdiff
path: root/lua/user/treesitter.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 17:10:13 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 17:10:13 +0100
commit12ce7a91fe9dab694d077ed2e3be422c89d445ac (patch)
treeb82ad00d9cd023a5c2c592fc032fc28130f61d65 /lua/user/treesitter.lua
parentb8e8fccb00dafc937ab84c90fc4ad90bc982fe98 (diff)
Added LSP setting files, added these files
to the lsp-installer. Also added lua.lua to enable the key binding gf to recognise lua pathnames
Diffstat (limited to 'lua/user/treesitter.lua')
-rw-r--r--lua/user/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua
index b840ccd..ce57664 100644
--- a/lua/user/treesitter.lua
+++ b/lua/user/treesitter.lua
@@ -14,7 +14,7 @@
local configs = require("nvim-treesitter.configs")
configs.setup {
- ensure_installed = "maintained",
+ ensure_installed = {"python","lua","json"},
sync_install = false,
ignore_install = { "" }, -- List of parsers to ignore installing
autopairs = {