diff options
Diffstat (limited to 'lua/config/plugins.lua')
| -rw-r--r-- | lua/config/plugins.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index 7d3ebda..ec4f26a 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -5,7 +5,12 @@ vim.pack.add({ "https://github.com/jessarcher/vim-heritage", "https://github.com/windwp/nvim-autopairs", "https://github.com/kylechui/nvim-surround", + "https://github.com/f-person/auto-dark-mode.nvim", + "https://github.com/ellisonleao/gruvbox.nvim", + "https://github.com/MunifTanjim/nui.nvim", }) require("nvim-autopairs").setup() require("nvim-surround").setup() + +vim.cmd([[colorscheme gruvbox]]) |
