diff options
| author | Nate Buttke <nate-web@riseup.net> | 2024-06-26 08:24:09 -0700 |
|---|---|---|
| committer | Nate Buttke <nate-web@riseup.net> | 2024-06-26 08:24:09 -0700 |
| commit | 0d6ec81c2f1f3c6b4443bd9806f68e3c72011e5a (patch) | |
| tree | 8cf170685d222e6eeac52677c4ebf117d93d93e7 /lua/n8 | |
| parent | f6f78fe1460764e677e6334a791057cfba6f5234 (diff) | |
Diffstat (limited to 'lua/n8')
| -rw-r--r-- | lua/n8/packer.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/n8/packer.lua b/lua/n8/packer.lua index b633b25..2a018f2 100644 --- a/lua/n8/packer.lua +++ b/lua/n8/packer.lua @@ -17,6 +17,9 @@ return require('packer').startup(function(use) 'rose-pine/neovim', as = 'rose-pine', }) + use 'pineapplegiant/spaceduck' + use 'ellisonleao/gruvbox.nvim' + use({ "miikanissi/modus-themes.nvim" }) use 'neovim/nvim-lspconfig' -- Configurations for Nvim LSP use 'simrat39/rust-tools.nvim' -- inlay rust |