text-case.nvim icon indicating copy to clipboard operation
text-case.nvim copied to clipboard

An all in one plugin for converting text case in Neovim

Results 26 text-case.nvim issues
Sort by recently updated
recently updated
newest added

:robot: I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/johmsalas/text-case.nvim/compare/v1.2.0...v1.3.0) (2024-08-02) ### Features * add `to_comma_case` ([5dd3c2c](https://github.com/johmsalas/text-case.nvim/commit/5dd3c2c761d8a0f2fe022f4b18e0d18d229eb95e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).

autorelease: pending

Loving it, The wiki here: [text-case](https://github.com/johmsalas/text-case.nvim/wiki/String-Case-functions) Has these mappings: ``` Upper case LOREM IPSUM textcase.api.to_constant_case u Lower case lorem ipsum textcase.api.to_lower_case l Snake case lorem_ipsum textcase.api.to_snake_case s Dash case lorem-ipsum...

...and add (self promotional) suggestion for [decasify](https://github.com/alerque/decasify) plugin to handle prose. I initially landed on this plugin when I was looking for a way to fix header casing in Markdown,...

Hello! I'm a long time user, and I'm recently trying to limit cursor movement when possible in my config. When I'm on an identifier and do `crl` to 'coerce-to-lowercase', the...

When I use `:S/some/other/gc` it just replaces all of the text without prompting me what to do with each occurence

:wave: Hello! Thanks again for this plugin. I think I've found a bug with the preview for the bulk substitute command. When `inccommand` is `nosplit`, things work fine: ![image](https://github.com/user-attachments/assets/17d982ec-2d23-4a2a-8a24-a1f3f4ba012b) You...