feat(nvim): add nvim-notify
This commit is contained in:
parent
f6578a821a
commit
314d254069
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ return packer.startup(function()
|
||||||
use "nvim-lua/plenary.nvim"
|
use "nvim-lua/plenary.nvim"
|
||||||
use "nvim-lua/popup.nvim"
|
use "nvim-lua/popup.nvim"
|
||||||
use "nvim-lualine/lualine.nvim"
|
use "nvim-lualine/lualine.nvim"
|
||||||
|
use 'rcarriga/nvim-notify'
|
||||||
use "sheerun/vim-polyglot"
|
use "sheerun/vim-polyglot"
|
||||||
use "theprimeagen/refactoring.nvim"
|
use "theprimeagen/refactoring.nvim"
|
||||||
use "tpope/vim-surround"
|
use "tpope/vim-surround"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue