diff options
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 |