chartoggle.nvim icon indicating copy to clipboard operation
chartoggle.nvim copied to clipboard

Toggle character in Neovim

Results 1 chartoggle.nvim issues
Sort by recently updated
recently updated
newest added

It would be awesome if it was possible to toggle characters before comments. For example: ```lua { "hello/world" } -- my comment ``` would toggle: ```lua { "hello/world" }, --...