several small updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-02 23:51:15 -05:00
parent 545b3d492f
commit b0c61768db
9 changed files with 432 additions and 415 deletions

View file

@ -10,7 +10,7 @@ return {
{
"<leader>,c",
function()
if next(vim.lsp.buf_get_clients()) ~= nil then
if next(vim.lsp.get_active_clients()) ~= nil then
-- TODO test that this works
vim.cmd("TextCaseOpenTelescopeLSPChange")
else
@ -19,7 +19,6 @@ return {
end,
desc = "Change case of selection",
mode = { "n", "v", "x" },
silent = true, -- TODO add this to most things....
},
},
}