add nvchad_types back & conform plugin

This commit is contained in:
siduck
2024-03-18 06:29:28 +05:30
parent 178bf21fde
commit 2e54fce028
3 changed files with 18 additions and 3 deletions
+13
View File
@@ -2,6 +2,19 @@ return {
"nvim-lua/plenary.nvim",
-- formatting!
{
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
lua = { "stylua" },
},
},
config = function(_, opts)
require("conform").setup(opts)
end,
},
{
"nvim-treesitter/nvim-treesitter",
event = { "BufReadPost", "BufNewFile" },