Skip to content

Commit

Permalink
chore: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 3, 2024
1 parent d666dd1 commit 2885698
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ require("various-textobjs").setup {
},

textobjs = {
diagnostic = { wrap = true },
diagnostic = {
wrap = true
},
subword = {
-- When deleting the start of a camelCased word, the result should still be
-- camelCased and not PascalCased (see #113).
Expand Down
4 changes: 3 additions & 1 deletion lua/various-textobjs/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ local defaultConfig = {
},

textobjs = {
diagnostic = { wrap = true },
diagnostic = {
wrap = true
},
subword = {
-- When deleting the start of a camelCased word, the result should still be
-- camelCased and not PascalCased (see #113).
Expand Down

0 comments on commit 2885698

Please sign in to comment.