Skip to content

Commit

Permalink
chore(nvim): Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 11, 2024
1 parent 2073c71 commit 61c4acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvim/lua/my/configure/autopairs.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
local function is_not_inside_nix_list()
print('running')
local node = require('nvim-treesitter.ts_utils').get_node_at_cursor(0)
if not node then
return false
Expand Down

0 comments on commit 61c4acc

Please sign in to comment.