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