moved ftplugins, and fixed some plugins

This commit is contained in:
Jeremie Fraeys 2024-09-15 11:21:15 -04:00
parent 3a09e91ad6
commit 8c56556c86
23 changed files with 578 additions and 244 deletions

View file

@ -1,8 +1,7 @@
return {
'shaunsingh/solarized.nvim',
event = "VeryLazy",
event = 'VeryLazy',
config = function()
vim.g.solarized_variant = 'light'
end,
}