update plugin list
This commit is contained in:
parent
7120f98f34
commit
e12117a611
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ local use = packer.use
|
||||||
-- using { } for using different branch , loading plugin with certain commands etc
|
-- using { } for using different branch , loading plugin with certain commands etc
|
||||||
return require("packer").startup(
|
return require("packer").startup(
|
||||||
function()
|
function()
|
||||||
use 'williamboman/nvim-lsp-installer'
|
use "kabouzeid/nvim-lspinstall"
|
||||||
use "wbthomason/packer.nvim"
|
|
||||||
-- color related stuff
|
-- color related stuff
|
||||||
use "siduck76/nvim-base16.lua"
|
use "siduck76/nvim-base16.lua"
|
||||||
use "norcalli/nvim-colorizer.lua"
|
use "norcalli/nvim-colorizer.lua"
|
||||||
|
|
Loading…
Reference in a new issue