summary refs log tree commit diff
path: root/.vim/lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/lua')
-rw-r--r--.vim/lua/debugger.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/lua/debugger.lua b/.vim/lua/debugger.lua
index e847076..32b75b5 100644
--- a/.vim/lua/debugger.lua
+++ b/.vim/lua/debugger.lua
@@ -64,8 +64,8 @@ dap.adapters.go_dlv_local = function(callback, config) -- {{{
 end -- }}}
 
 dap.adapters.go_dlv_remote = {
-  type = "server",
-  host = "127.0.0.1",
+  type = 'server',
+  host = '127.0.0.1',
   port = 38697,
 }