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.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 2e363ec..a97dd9a 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -68,11 +68,16 @@ return packer.startup(function(use)
run = ":TSUpdate",
}
+ -- colorschems
use 'cxw42/editorconfig-vim'
use 'morhetz/gruvbox'
use "lunarvim/colorschemes"
+ use "Shatur/neovim-ayu"
use "freeo/vim-kalisi"
- -- use "ellisonleao/gruvbox.nvim"
+ use "rakr/vim-one"
+ use "aonemd/quietlight.vim"
+ use "cormacrelf/vim-colors-github"
+ use "NLKNguyen/papercolor-theme"
use 'rhlobo/vim-super-retab'
use "ahmedkhalf/project.nvim"
@@ -89,6 +94,9 @@ return packer.startup(function(use)
use "goolord/alpha-nvim"
use "Shatur/neovim-session-manager"
+ use { "shortcuts/no-neck-pain.nvim", tag = "*" }
+ use "folke/zen-mode.nvim"
+
use "lewis6991/gitsigns.nvim"
if PACKER_BOOTSTRAP then