mirror of
https://github.com/chenasraf/text-transform.nvim.git
synced 2026-05-18 01:48:57 +00:00
d92ea6a45977c03540978a4ae88d42a92e5fe7fb
text-transform.nvim
> A catch phrase that describes your plugin.
⚡️ Features
Transform the current word or selection between multiple case types. Need to easily replace myVar with my_var or vice versa? This plugin is for you!
📋 Installation
| Package manager | Snippet |
|---|---|
|
|
|
|
|
☄ Getting started
Describe how to use the plugin the simplest way
⚙ Configuration
The configuration list sometimes become cumbersome, making it folded by default reduce the noise of the README file.
Click to unfold the full list of options with their default values
Note
: The options are also available in Neovim by calling
:h text-transform.options
require("text-transform").setup({
-- you can copy the full list from lua/text-transform/config.lua
})
🧰 Commands
| Command | Description |
|---|---|
:Toggle |
Enables the plugin. |
⌨ Contributing
PRs and issues are always welcome. Make sure to provide as much context as possible when opening one.
🗞 Wiki
You can find guides and showcase of the plugin on the Wiki
🎭 Motivations
If alternatives of your plugin exist, you can provide some pros/cons of using yours over the others.
Languages
Lua
96.2%
Makefile
2.8%
Shell
1%