From 12ce7a91fe9dab694d077ed2e3be422c89d445ac Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Fri, 3 Jun 2022 17:10:13 +0100 Subject: 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 --- lua/user/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/treesitter.lua') 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 = { -- cgit v1.2.3