diff options
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 56ef86d..bb45cb1 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -50,12 +50,12 @@ return packer.startup(function(use) use "kyazdani42/nvim-tree.lua" use "akinsho/bufferline.nvim" use "moll/vim-bbye" - use 'kyazdani42/nvim-web-devicons' - use 'kyazdani42/nvim-tree.lua' -- 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 |
