mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
rm popup.nvim
This commit is contained in:
parent
513a279788
commit
6206a9e27b
1 changed files with 0 additions and 4 deletions
|
@ -161,10 +161,6 @@ return packer.startup(function()
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
after = "nvim-bufferline.lua",
|
after = "nvim-bufferline.lua",
|
||||||
}
|
}
|
||||||
use {
|
|
||||||
"nvim-lua/popup.nvim",
|
|
||||||
after = "plenary.nvim",
|
|
||||||
}
|
|
||||||
|
|
||||||
use {
|
use {
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
|
Loading…
Reference in a new issue