neovim/lua/plugins/debug.lua

8 lines
285 B
Lua
Raw Permalink Normal View History

2023-02-26 13:29:03 +00:00
require("dapui").setup()
require("nvim-dap-virtual-text").setup()
-- IMPORTANT: make sure to setup neodev BEFORE lspconfig
require("neodev").setup({
-- add any options here, or leave empty to use the default settings
library = { plugins = { "nvim-dap-ui" }, types = true },
})