mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update lvim
This commit is contained in:
parent
d1af9278c5
commit
0b99d6c75c
9 changed files with 25 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue