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:
parent
9647ff7201
commit
70bde529c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue