diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-29 13:48:23 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-29 13:48:23 +0100 |
| commit | c5da25cb6c8d10315b441e69829e179753dd5c5c (patch) | |
| tree | 452fc6b2f10245f71b1cd36bbf0c54ab477f3f75 /lua/user/plugins.lua | |
| parent | 17d41ad8222f83fa0537cb70fbc823675b1389e2 (diff) | |
adding colorscheme & changing indentation
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 3 |
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" |
