roeland
roeland
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
No idea what is wrong here, but maybe try to specify the correct deno binary?
denols = {
cmd = { '/Users/roeland/.deno/bin/deno', 'lsp' },
settings = {
deno = {
unstable = true,
},
},
},
denols = {
cmd = { '/Users/roeland/.deno/bin/deno', 'lsp' },
settings = {
deno = {
unstable = true,
},
},
},
3 replies