Reworked nvim config

This commit is contained in:
2026-01-28 15:06:46 +01:00
parent f5311a7d72
commit f83ca723c4
19 changed files with 119 additions and 122 deletions

View File

@@ -5,7 +5,7 @@ return {
},
{
"neovim/nvim-lspconfig",
opts = require "configs.lspconfig"
opts = require "configs.lspconfig",
},
{
"Pocco81/auto-save.nvim",