3 lines
98 B
Lua
3 lines
98 B
Lua
|
if executable('volta')
|
||
|
let g:node_host_prog = trim(system("volta which neovim-node-host"))
|
||
|
endif
|