Trouble, Debug Go, Noice

This commit is contained in:
ChrisHilborne 2024-02-13 23:12:50 +01:00
parent 13c4121987
commit eb3588923f
5 changed files with 74 additions and 14 deletions

View file

@ -0,0 +1,9 @@
return {
"folke/neodev.nvim",
config = function()
require("neodev").setup({
library = { plugins = { "nvim-dap-ui" }, types = true },
})
end,
opts = {},
}