We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f499e commit a91fa2fCopy full SHA for a91fa2f
lua/lsp-status.lua
@@ -81,7 +81,6 @@ end
81
local function on_attach(client)
82
-- Register the client for messages
83
messaging.register_client(client.id, client.name)
84
- print("on_attach called")
85
vim.api.nvim_command('augroup lsp_aucmds')
86
vim.api.nvim_command('au! * <buffer>')
87
vim.api.nvim_command('au User DiagnosticChanged lua require("lsp-status/redraw").redraw()')
0 commit comments