Skip to content

Commit

Permalink
chore(nvim): remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 11, 2024
1 parent 61c4acc commit b42a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/my/configure/autopairs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ return {
npairs.setup({})
npairs.add_rules({
Rule('{', '};', 'nix'):with_pair(is_not_inside_nix_list),
Rule('[', '];', 'nix'):with_pair(is_not_inside_nix_list), -- TODO why doesn't this one work?
Rule('[', '];', 'nix'):with_pair(is_not_inside_nix_list),
})
end,
}

0 comments on commit b42a407

Please sign in to comment.