Format project, setup conform format on save, remove redundant commented pieces

This commit is contained in:
2025-05-31 20:02:10 +05:00
parent f12cc324f1
commit 90b457b768
8 changed files with 37 additions and 49 deletions

View File

@ -1,11 +1,10 @@
return {
{
"stevearc/conform.nvim",
-- event = 'BufWritePre', -- uncomment for format on save
event = "BufWritePre",
opts = require "configs.conform",
},
-- These are some examples, uncomment them if you want to see them work!
{
"neovim/nvim-lspconfig",
config = function()
@ -18,7 +17,7 @@ return {
"natecraddock/workspaces.nvim",
config = function()
require("workspaces").setup()
end
end,
},
{
@ -27,18 +26,12 @@ return {
local conf = require "nvchad.configs.nvimtree"
conf.renderer.group_empty = true
return conf
end
end,
},
{
"nvim-treesitter/nvim-treesitter",
opts = {
require "configs.treesitter",
},
},
-- test new blink
-- { import = "nvchad.blink.lazyspec" },
-- {
-- "nvim-treesitter/nvim-treesitter",
-- opts = {
-- ensure_installed = {
-- "vim", "lua", "vimdoc",
-- "html", "css"
-- },
-- },
-- },
}