AutoYADM commit: 2024-11-26 14:45:04

This commit is contained in:
Daniel Fichtinger 2024-11-26 14:45:04 -05:00
parent 261be59946
commit b9afe82aa4
3 changed files with 52 additions and 9 deletions

View file

@ -1,5 +1,6 @@
return {
"johmsalas/text-case.nvim",
enabled = false,
dependencies = { "nvim-telescope/telescope.nvim" },
config = function()
require("textcase").setup({})
@ -10,7 +11,6 @@ return {
{ "ga.", "<cmd>TextCaseOpenTelescope<CR>", mode = { "n", "x" }, desc = "Telescope" },
},
cmd = {
-- NOTE: The Subs command name can be customized via the option "substitude_command_name"
"Subs",
"TextCaseOpenTelescope",
"TextCaseOpenTelescopeQuickChange",