using multiple folders to organize plugins

This commit is contained in:
aminnairi
2023-11-28 11:57:39 +01:00
parent 384d87e805
commit 384e22c689
26 changed files with 1058 additions and 1077 deletions
@@ -0,0 +1,14 @@
return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
init = function()
vim.cmd([[colorscheme tokyonight]])
end,
opts = {
style = "storm",
light_style = "day",
transparent = false,
terminal_colors = true,
},
}