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