From 9cc48bd74b5c8ee64571ee259df23cf8524c1761 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 3 Nov 2024 18:18:34 -0500 Subject: [PATCH] clean up ensure_installed a bit --- .config/nvim/lua/plugins/treesitter.lua | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index a0976e0..bcb83ff 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -16,8 +16,6 @@ return { autotag = { enable = true }, ensure_installed = { "bash", - "cmake", - "cpp", "css", "diff", "dockerfile", @@ -32,18 +30,16 @@ return { "lua", "markdown", "markdown_inline", - "nginx", "perl", - "php", "python", "regex", "sql", - "ssh_config", "todotxt", - "typescript", "vim", "vimdoc", "xml", + "tmux", + "toml", "yaml", }, auto_install = true,