Add support for PerlNavigator LSP

This commit is contained in:
Danielle McLean 2023-10-23 15:33:44 +11:00
parent 29e2176c68
commit c5279ec656
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -17,6 +17,14 @@ const lspServers = [
install: 'brew install lua-language-server',
},
{
name: 'PerlNavigator',
filetype: 'perl',
path: expand('~/.local/bin/perlnavigator'),
args: ['--stdio'],
install: 'npm install -g perlnavigator-server',
},
{
name: 'taplo',
filetype: 'toml',