mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
17 lines
310 B
Lua
17 lines
310 B
Lua
return {
|
|
"chenasraf/text-transform.nvim",
|
|
branch = "develop",
|
|
-- version = "*",
|
|
-- dir = "~/Dev/text-transform.nvim",
|
|
opts = {
|
|
-- debug = true,
|
|
keymap = {
|
|
telescope_popup = {
|
|
["n"] = "<Leader>~",
|
|
["v"] = "<Leader>~",
|
|
},
|
|
},
|
|
-- popup_type = 'select',
|
|
},
|
|
}
|