saifulapm/chartoggle.nvim

github github
utility
stars 36
issues 1
subscribers 2
forks 0
CREATED

2021-10-25

UPDATED

2 years ago


chartoggle.nvim

Toogle comma(,), semicolon(;) or other character in neovim

Requirements

Neovim >= 0.5.0

Installation

use { 'saifulapm/chartoggle.nvim', config = function () require('chartoggle').setup ({ leader = '', -- you can use any key as Leader keys = {',', ';' } -- Which keys will be toggle end of the line }) end }


## how it work

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

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

Thank you