1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/ui/statusline.lua: update lsp commands.

This commit is contained in:
Henrik Hautakoski 2026-05-03 17:04:00 +02:00
parent 9647ff7201
commit 70bde529c1

View file

@ -123,9 +123,9 @@ local options = {
},
on_click = function (_, btn, _)
if btn == "l" then
vim.cmd(":LspInfo")
vim.cmd(":checkhealth vim.lsp")
elseif btn == "r" then
vim.cmd(":LspRestart")
vim.cmd(":lsp restart")
end
end
},