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

@@ -3,7 +3,6 @@ return {
lazy = false,
config = function()
require("telescope").load_extension "projects"
require("project_nvim").setup {
}
require("project_nvim").setup {}
end,
}