refactor(nvim): use default lsp log level
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
This commit is contained in:
parent
cbbbac67b0
commit
a09deea6bf
@ -1,7 +1,6 @@
|
|||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.setup = function()
|
M.setup = function()
|
||||||
vim.lsp.set_log_level(vim.log.levels.DEBUG)
|
|
||||||
vim.lsp.log.set_format_func(vim.inspect)
|
vim.lsp.log.set_format_func(vim.inspect)
|
||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
severity_sort = true,
|
severity_sort = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user