Cleanup | Format files

* fix some lint warnings
* remove some unneeded code
This commit is contained in:
Akianonymus
2021-12-11 01:49:35 +05:30
committed by siduck
parent 773d25980c
commit 2293b16709
7 changed files with 28 additions and 40 deletions

View File

@@ -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