fix lsp register ^& code runner config

This commit is contained in:
asep komarudin 2023-03-05 19:29:48 +07:00
parent 38d2c29a95
commit 418a659142
4 changed files with 29 additions and 12 deletions

View file

@ -113,3 +113,8 @@ vim.g.pcode_whichkey = {
},
["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
}
-- https://github.com/CRAG666/code_runner.nvim
vim.g.pcode_coderunner = {
javascript = "node $dir/$fileName",
}