From adb901bb02e1b205731156976b4ea6d765b24432 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Sat, 23 Jul 2022 17:28:58 +0100 Subject: mainly lsp changes --- 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 47ae33a..99fa7ec 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 = {"python","lua","json"}, + ensure_installed = {"python","lua","json","org"}, sync_install = false, ignore_install = { "" }, -- List of parsers to ignore installing autopairs = { -- cgit v1.2.3