add lsp healthcheck shorthand
This commit is contained in:
@@ -37,6 +37,8 @@ for server, config in pairs(servers) do
|
||||
vim.lsp.enable(server)
|
||||
end
|
||||
|
||||
vim.api.nvim_create_user_command("LspInfo", "checkhealth vim.lsp", {})
|
||||
|
||||
local builtin = require('telescope.builtin');
|
||||
vim.api.nvim_create_autocmd("LspAttach", {
|
||||
callback = function(args)
|
||||
|
||||
Reference in New Issue
Block a user