Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/saifulapm/chartoggle.nvim

Toggle character in Neovim
https://github.com/saifulapm/chartoggle.nvim

Last synced: 2 months ago
JSON representation

Toggle character in Neovim

Lists

README

        

# chartoggle.nvim

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

## Requirements
Neovim >= 0.5.0

## Installation

[packer.nvim]:
```lua
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 `key` = Toogle `key` end of line

Example press `,` to toogle `,`

Thank you