before redo
This commit is contained in:
parent
55e94431de
commit
d3af2e83f1
3 changed files with 15 additions and 25 deletions
|
@ -2,27 +2,16 @@ return {
|
|||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"j-hui/fidget.nvim",
|
||||
"folke/neodev.nvim",
|
||||
},
|
||||
},
|
||||
{
|
||||
"VidocqH/lsp-lens.nvim",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
dependencies = {
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
},
|
||||
{
|
||||
"SmiteshP/nvim-navic",
|
||||
dependencies = {"neovim/nvim-lspconfig"},
|
||||
opts = {highlight = true},
|
||||
},
|
||||
{
|
||||
"ray-x/lsp_signature.nvim",
|
||||
event = "BufRead",
|
||||
|
@ -70,7 +59,6 @@ return {
|
|||
|
||||
-- debugging
|
||||
"mfussenegger/nvim-dap",
|
||||
"jay-babu/mason-nvim-dap.nvim",
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
tag = "v4.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue