From aab38f32e0a02e43565a554d0a76ff65636499b8 Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Sat, 2 Mar 2024 18:49:55 +0100 Subject: crazyshit --- lua/config/treesitter.lua | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 lua/config/treesitter.lua (limited to 'lua/config/treesitter.lua') diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua deleted file mode 100644 index 4111859..0000000 --- a/lua/config/treesitter.lua +++ /dev/null @@ -1,8 +0,0 @@ -require("nvim-treesitter.configs").setup { - ensure_installed = { "python", "cpp", "lua", "vim", "json", "toml" }, - ignore_install = {}, -- List of parsers to ignore installing - highlight = { - enable = true, -- false will disable the whole extension - disable = { 'help' }, -- list of language that will be disabled - }, -} -- cgit v1.2.3