nvim: lsp: Explicitly set the log level
This commit is contained in:
parent
4b6bd7e7ed
commit
0a21f7d979
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ local on_attach = function(client, bufnr)
|
|||
decorator = {"`", "`"}
|
||||
})
|
||||
vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
|
||||
vim.lsp.set_log_level('warn')
|
||||
|
||||
if client.config.flags then
|
||||
client.config.flags.allow_incremental_sync = true
|
||||
|
|
Loading…
Reference in a new issue