summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/user/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 6b131a2..ac3b28b 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -46,7 +46,7 @@ return packer.startup(function(use)
use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins
-- Colorschemes
- -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out
+ use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out
use "lunarvim/darkplus.nvim"
-- Automatically set up your configuration after cloning packer.nvim