neovim: remove dap and nui plugins
This commit is contained in:
@@ -14,7 +14,6 @@ end
|
||||
require("packer").startup(function(use)
|
||||
use({ "wbthomason/packer.nvim" })
|
||||
|
||||
use({ "MunifTanjim/nui.nvim" })
|
||||
use({ "nvim-lua/popup.nvim" })
|
||||
use({ "nvim-lua/plenary.nvim" })
|
||||
use({ "folke/neodev.nvim" })
|
||||
@@ -127,14 +126,6 @@ require("packer").startup(function(use)
|
||||
end,
|
||||
})
|
||||
|
||||
use({ "mfussenegger/nvim-dap" })
|
||||
use({
|
||||
"theHamsta/nvim-dap-virtual-text",
|
||||
config = function()
|
||||
require("nvim-dap-virtual-text").setup()
|
||||
end,
|
||||
})
|
||||
|
||||
if PACKER_BOOTSTRAP then
|
||||
require("packer").sync()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user