|
|
@ -45,6 +45,10 @@ return packer.startup(function(use)
|
|
|
|
use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim
|
|
|
|
use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim
|
|
|
|
use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins
|
|
|
|
use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Colorschemes
|
|
|
|
|
|
|
|
-- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out
|
|
|
|
|
|
|
|
use "lunarvim/darkplus.nvim"
|
|
|
|
|
|
|
|
|
|
|
|
-- Automatically set up your configuration after cloning packer.nvim
|
|
|
|
-- Automatically set up your configuration after cloning packer.nvim
|
|
|
|
-- Put this at the end after all plugins
|
|
|
|
-- Put this at the end after all plugins
|
|
|
|
if PACKER_BOOTSTRAP then
|
|
|
|
if PACKER_BOOTSTRAP then
|
|
|
|