Increase LSP log threshold
This commit is contained in:
parent
7fd599feb2
commit
f0cf763b36
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ require("nvim-format-buffer").setup({
|
|||
})
|
||||
|
||||
require("vim.lsp.log").set_format_func(vim.inspect)
|
||||
-- vim.lsp.set_log_level("debug")
|
||||
vim.lsp.set_log_level("error")
|
||||
|
||||
vim.keymap.set("n", "[d", "<cmd>lua vim.diagnostic.jump({count = -1, float = true})<CR>", { noremap = true, silent = true })
|
||||
vim.keymap.set("n", "]d", "<cmd>lua vim.diagnostic.jump({count = 1, float = true})<CR>", { noremap = true, silent = true })
|
||||
|
|
Loading…
Reference in a new issue