This commit is contained in:
Brian Zalewski 2023-06-10 05:11:14 +00:00
parent a2e1ba6299
commit 7a1ae1a9fd

View file

@ -1,3 +1,3 @@
if executable('volta')
if executable('volta') then
let g:node_host_prog = trim(system("volta which neovim-node-host"))
endif