Add support for PerlNavigator LSP
This commit is contained in:
parent
29e2176c68
commit
c5279ec656
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue