reduced required lsp and treesitter plugins

This commit is contained in:
pika 2024-08-25 00:29:39 +02:00
parent c9ec0ac6fb
commit 6f2f634e44
4 changed files with 38 additions and 20 deletions

View file

@ -0,0 +1,7 @@
return {
"Pocco81/TrueZen.nvim",
cmd = { "TZAtaraxis", "TZMinimalist" },
config = function()
require("configs.truezen") -- just an example path
end,
}