saifulapm/chartoggle.nvim

github github
utility
stars 39
issues 0
subscribers 2
forks 0
CREATED

2021-10-25

UPDATED

2 months ago


chartoggle.nvim

Toogle comma(,), semicolon(;) or other character in neovim end of line from anywhere in the line

Requirements

Neovim >= 0.5.0

Installation

{ 'saifulapm/chartoggle.nvim', opts = { leader = '', -- you can use any key as Leader keys = {',', ';' } -- Which keys will be toggle end of the line }, keys = {',', ';'} -- Lazy loaded }


## how it work

Press `<Localleader>key` = Toogle `key` end of line

Example press `<localleader>,` to toogle `,`

Thank you