nvim: Migrate configuration to lua and built-in plugin manager
This commit is contained in:
parent
9d31a63799
commit
6440203958
26 changed files with 453 additions and 616 deletions
|
|
@ -1,11 +1,5 @@
|
|||
return {
|
||||
"leoluz/nvim-dap-go",
|
||||
dependencies = {
|
||||
"https://codeberg.org/mfussenegger/nvim-dap",
|
||||
},
|
||||
lazy = true,
|
||||
ft = { "go" },
|
||||
config = function()
|
||||
require('dap-go').setup()
|
||||
end,
|
||||
}
|
||||
vim.pack.add({
|
||||
gh("leoluz/nvim-dap-go"),
|
||||
})
|
||||
|
||||
require('dap-go').setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue