install.fairie/home/dot_config/nvim-custom/init.lua

4 lines
104 B
Lua
Raw Normal View History

2023-06-09 22:11:14 -07:00
if executable('volta') then
let g:node_host_prog = trim(system("volta which neovim-node-host"))
2023-05-06 18:39:55 -07:00
endif