Skip to content

Commit

Permalink
add abolish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Feb 2, 2024
1 parent 5f5e7a6 commit 8fff13c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugins/user.lua
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,22 @@ return {
},
},

{
"tpope/vim-abolish",
lazy = false,
-- Shortcut! crc (abolish) camelCase
-- Shortcut! crm (abolish) MixedCase
-- Shortcut! cr_ (abolish) snake_case
-- Shortcut! crs (abolish) snake_case
-- Shortcut! cru (abolish) SNAKE_UPPERCASE
-- Shortcut! crU (abolish) SNAKE_UPPERCASE
-- Shortcut! cr- (abolish) dash-case (not usually reversible)
-- Shortcut! crk (abolish) kebab-case (not usually reversible)
-- Shortcut! cr. (abolish) dot.case (not usually reversible)
-- Shortcut! cr<space> (abolish) space case (not usually reversible)
-- Shortcut! crt (abolish) Title Case (not usually reversible)
},

----------------------------------------------------------------------------
-- documentation
----------------------------------------------------------------------------
Expand Down

0 comments on commit 8fff13c

Please sign in to comment.