Reworked config using chezmoi

This commit is contained in:
2026-01-13 15:01:43 +01:00
parent 2b6d3acf40
commit 7f21933475
64 changed files with 177 additions and 285 deletions

View File

@@ -0,0 +1,29 @@
return {
{
"stevearc/conform.nvim",
opts = require "configs.conform",
},
{
"neovim/nvim-lspconfig",
opts = require "configs.lspconfig"
},
{
"Pocco81/auto-save.nvim",
opts = {},
event = { "InsertEnter" },
},
{
"nvim-treesitter/nvim-treesitter",
opts = require "configs.default-ts",
},
{
"hiphish/rainbow-delimiters.nvim",
},
{
"nvim-tree/nvim-tree.lua",
opts = require "configs.nvim-tree",
},
{
"hrsh7th/nvim-cmp",
},
}