summaryrefslogtreecommitdiff
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, 7 insertions, 3 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index eced55c..7f2cb92 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -46,8 +46,6 @@ return packer.startup(function(use)
use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins
use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
use "numToStr/Comment.nvim" -- Easily comment stuff
- use "kyazdani42/nvim-web-devicons"
- use "kyazdani42/nvim-tree.lua"
use "akinsho/bufferline.nvim"
use "moll/vim-bbye"
use "nvim-lualine/lualine.nvim"
@@ -55,13 +53,19 @@ return packer.startup(function(use)
use "ahmedkhalf/project.nvim"
use "lewis6991/impatient.nvim"
use "lukas-reineke/indent-blankline.nvim"
+ use 'goolord/alpha-nvim'
+ use "antoinemadec/FixCursorHold.nvim" -- This is needed to fix lsp doc highlight
+ use 'kyazdani42/nvim-web-devicons'
+ use 'kyazdani42/nvim-tree.lua'
use "goolord/alpha-nvim"
use "antoinemadec/FixCursorHold.nvim" -- This is needed to fix lsp doc highlight
use "folke/which-key.nvim"
-- 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"
+ use 'tiagovla/tokyodark.nvim'
+
-- cmp plugins
use "hrsh7th/nvim-cmp" -- The completion plugin