|
|
@ -43,7 +43,7 @@ return packer.startup(function(use)
|
|
|
|
-- My plugins here
|
|
|
|
-- My plugins here
|
|
|
|
use "wbthomason/packer.nvim" -- Have packer manage itself
|
|
|
|
use "wbthomason/packer.nvim" -- Have packer manage itself
|
|
|
|
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 by lots of plugins
|
|
|
|
use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
|
|
|
|
use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
|
|
|
|
use "numToStr/Comment.nvim" -- Easily comment stuff
|
|
|
|
use "numToStr/Comment.nvim" -- Easily comment stuff
|
|
|
|
use "kyazdani42/nvim-web-devicons"
|
|
|
|
use "kyazdani42/nvim-web-devicons"
|
|
|
|