diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2024-10-12 18:48:05 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2024-10-12 18:48:05 -0600 |
commit | 6116adbd4920412224a345a84fa1699c73355091 (patch) | |
tree | 82ed3e585e476c84fe9aec81f8242b2ff9848d36 /lua/plugins/gopher.lua | |
parent | 2c13a6639c337bbc9e2eaafa0e048cebb467c812 (diff) |
chore: fix debugger, add keybind
Diffstat (limited to 'lua/plugins/gopher.lua')
-rw-r--r-- | lua/plugins/gopher.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/plugins/gopher.lua b/lua/plugins/gopher.lua index 7e5eb72..fb07ccf 100644 --- a/lua/plugins/gopher.lua +++ b/lua/plugins/gopher.lua @@ -18,7 +18,8 @@ return { -- them here with mason, but my config is already a mess require('gopher').setup(opts) - require('gopher.dap').setup() + -- deprecated, setup `nvim-dap` manually or use https://github.com/leoluz/nvim-dap-go + -- require('gopher.dap').setup() local nmap = function(keys, func, desc) if desc then |