Toogle comma(,), semicolon(;) or other character in neovim end of line from anywhere in the line
Neovim >= 0.5.0
{ '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