chore(nvim): Massive restructure and cleanup

This commit is contained in:
Afonso Franco 2024-06-01 03:53:39 +01:00
parent f51feb3470
commit 513845338a
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
27 changed files with 558 additions and 917 deletions

View file

@ -14,4 +14,5 @@ end
vim.opt.rtp:prepend(lazypath)
--Call lazy config here
require('plugins.lazy')
local lazy = require("lazy")
lazy.setup("plugins")