dot dot dotfiles

update nvim plugins.lua

+4 -1
+4 -1
.config/nvim/lua/plugins/plugins.lua
··· 1 + -- since this is just an example spec, don't actually load anything here and return an empty spec 2 + -- stylua: ignore 3 + if true then return {} end 4 + 1 5 -- every spec file under the "plugins" directory will be loaded automatically by lazy.nvim 2 6 -- 3 7 -- In your plugin files, you can: ··· 5 9 -- * disable/enabled LazyVim plugins 6 10 -- * override the configuration of LazyVim plugins 7 11 return { 8 - 9 12 -- add gruvbox 10 13 { "ellisonleao/gruvbox.nvim" }, 11 14