diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-02-08 09:47:06 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-02-08 09:47:06 +0100 |
| commit | 3d882514674296ac22e9aea051318a7eff5d6d1e (patch) | |
| tree | d96f4890c6cff461daf1e398ae3f6eaadf6175f8 /lua/config/lazy.lua | |
| parent | b02f5bdea07b87d340b4bd7825a0e13b52fbd2b3 (diff) | |
✨feat: add ellisonleao/gruvbox.nvim plugin to improve productivity
Diffstat (limited to 'lua/config/lazy.lua')
| -rw-r--r-- | lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index c7f7499..5cc79ef 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath) require("lazy").setup({ spec = { -- import your plugins - -- { import = "plugins" }, + { import = "plugins" }, }, -- automatically check for plugin updates checker = { enabled = true }, |
