updated restart lsp command

This commit is contained in:
Daveanand Mannie
2024-08-30 14:38:45 -04:00
parent 2bf0b42e93
commit a78558f07d

View File

@@ -6,7 +6,7 @@ return {
wk.add( wk.add(
{ {
{ "<leader><leader>cL", ":LspRestart<CR>", desc = "Restart LSP"}, { "<leader>cL", ":LspRestart<CR>", desc = "Restart LSP", icon= ""},
} }
) )
end, end,