Update lvim

This commit is contained in:
Smirnov-O 2021-09-12 23:27:06 +03:00
parent d1af9278c5
commit 0b99d6c75c
9 changed files with 25 additions and 38 deletions

View file

@ -7,6 +7,10 @@ lvim.lang.javascript.linters = {
{ exe = "eslint_d" },
}
-- Debugger
require("dap-install").config("jsnode", {})
-- Lsp
lvim.lang.javascript.lsp.setup.handlers = {
["textDocument/publishDiagnostics"] = function(_, _, p, client_id, _, config)
if p.diagnostics ~= nil then