Cleanup | Format files
* fix some lint warnings * remove some unneeded code
This commit is contained in:
parent
773d25980c
commit
2293b16709
7 changed files with 28 additions and 40 deletions
|
|
@ -132,7 +132,7 @@ M.lsp_handlers = function()
|
|||
})
|
||||
|
||||
-- suppress error messages from lang servers
|
||||
vim.notify = function(msg, log_level, _opts)
|
||||
vim.notify = function(msg, log_level)
|
||||
if msg:match "exit code" then
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue