summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index b491d35..d90587e 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -10,4 +10,7 @@ return packer.startup(function(use)
use "wbthomason/packer.nvim" -- Have packer manage itself
--use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim
--use "nvim-lua/plenary.nvim" -- Useful lua functions used by lots of plugins
+
+ -- Colorschemes
+ --use "lunarvim/colorschemes" -- Additional colorschemes
end)