mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
fix lsp register ^& code runner config
This commit is contained in:
parent
38d2c29a95
commit
418a659142
4 changed files with 29 additions and 12 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue