diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua new file mode 100644 index 0000000..72f1aec --- /dev/null +++ b/lua/plugins/treesitter.lua @@ -0,0 +1,9 @@ +return { + { + "nvim-treesitter/nvim-treesitter", + opts = { + ensure_installed = { "python", "lua", "rust", "perl" }, + auto_install = true, + }, + }, +}