diff options
Diffstat (limited to 'nvim/lua/config/lazy.lua')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 8a4118f..bf174bc 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -24,7 +24,7 @@ vim.g.maplocalleader = "\\" -- Setup lazy.nvim require("lazy").setup({ -- Plugins - spec = require('config.plugins'), + spec = require("config.plugins"), install = { colorscheme = { "gruvbox" } }, checker = { enabled = true, notify = false }, }) |
