nvim: use dev version of text-case.nvim

This commit is contained in:
Fernando Schauenburg 2025-03-18 22:12:03 +01:00
parent 8ff672e509
commit 7915fc72ce

View file

@ -10,6 +10,8 @@ return {
"TextCaseStartReplacingCommand", "TextCaseStartReplacingCommand",
}, },
dev = true,
keys = function() keys = function()
local icon = require("fschauen.util.icons").ui.Text local icon = require("fschauen.util.icons").ui.Text
local description = icon .. " [c]hange text [c]ase" local description = icon .. " [c]hange text [c]ase"