before redo

This commit is contained in:
DavidOnTop 2024-05-23 10:28:53 +02:00
parent 55e94431de
commit d3af2e83f1
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
3 changed files with 15 additions and 25 deletions

View file

@ -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",