From c5da25cb6c8d10315b441e69829e179753dd5c5c Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sat, 29 Jan 2022 13:48:23 +0100 Subject: adding colorscheme & changing indentation --- lua/user/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/user/plugins.lua') 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" -- cgit v1.2.3