Skip to content

Commit 1b2dbac

Browse files
committed
Disable debugger for now
1 parent 2ee3e08 commit 1b2dbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ require('lazy').setup({
843843
-- Here are some example plugins that I've included in the Kickstart repository.
844844
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
845845
--
846-
require 'kickstart.plugins.debug',
846+
--require 'kickstart.plugins.debug',
847847
require 'kickstart.plugins.indent_line',
848848
require 'kickstart.plugins.lint',
849849
require 'kickstart.plugins.autopairs',

0 commit comments

Comments
 (0)