From a50483c777c62c55dc859546cc77d04cec78128e Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:39:50 -0600 Subject: disable auto installing missing parsers --- lua/conf/plugins/treesitter.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/conf/plugins') diff --git a/lua/conf/plugins/treesitter.lua b/lua/conf/plugins/treesitter.lua index 3a708a0..a81e295 100644 --- a/lua/conf/plugins/treesitter.lua +++ b/lua/conf/plugins/treesitter.lua @@ -20,9 +20,6 @@ return { 'nvim-treesitter/nvim-treesitter', "make" }, - -- install missing parsers - auto_install = true, - -- indentation indent = { enable = true, -- cgit v1.2.1