mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update
This commit is contained in:
parent
045bfcf45c
commit
a966d96c85
2 changed files with 3 additions and 2 deletions
|
@ -142,6 +142,7 @@ vim.g.pcode_dap_ensure_installed = {
|
|||
-- ready default java, python, typescript, javascript, rust, cpp, scss
|
||||
vim.g.pcode_coderunner = {
|
||||
go = "go run $fileName",
|
||||
html = "live-server $dir/$fileName",
|
||||
}
|
||||
|
||||
-- config for optional cmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue