mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 18:28:41 +02:00
feat: neovim
This commit is contained in:
7
home/base/server/neovim/lua/plugins/nvim-dap-go.lua
Normal file
7
home/base/server/neovim/lua/plugins/nvim-dap-go.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"leoluz/nvim-dap-go",
|
||||
ft = { "go" },
|
||||
config = function()
|
||||
require("dap-go").setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user