Skip to content

Commit

Permalink
nvim-spider insignificant punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
crivotz committed May 21, 2024
1 parent ce64005 commit ba749f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ return {
mode = { "n", "o", "x" },
},
},
config = function()
require("spider").setup {
skipInsignificantPunctuation = false,
}
end
},
{
"nvim-pack/nvim-spectre",
Expand Down

0 comments on commit ba749f3

Please sign in to comment.