Trouble, Debug Go, Noice
This commit is contained in:
parent
13c4121987
commit
eb3588923f
5 changed files with 74 additions and 14 deletions
9
lua/custom/plugins/neodev.lua
Normal file
9
lua/custom/plugins/neodev.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"folke/neodev.nvim",
|
||||
config = function()
|
||||
require("neodev").setup({
|
||||
library = { plugins = { "nvim-dap-ui" }, types = true },
|
||||
})
|
||||
end,
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue