aboutsummaryrefslogtreecommitdiff
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 401de7f..44eac6b 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -46,6 +46,9 @@ return packer.startup(function(use)
use "neovim/nvim-lspconfig"
use "williamboman/nvim-lsp-installer"
+-- Colorsheme
+ use "morhetz/gruvbox"
+
-- Other
use "windwp/nvim-autopairs"
use "kyazdani42/nvim-web-devicons"