Compare commits
No commits in common. "456c00af353b0849721b2bcf44ed0c4bcb33fc97" and "7b68372b358da90798290c49d0c0d5b0d0950e00" have entirely different histories.
456c00af35
...
7b68372b35
1 changed files with 24 additions and 48 deletions
|
@ -20,14 +20,6 @@ const lspServers = [
|
|||
install: 'brew install lua-language-server',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'marksman',
|
||||
filetype: 'markdown',
|
||||
path: '/usr/local/bin/marksman',
|
||||
args: ['server'],
|
||||
install: 'brew install marksman',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'PerlNavigator',
|
||||
filetype: 'perl',
|
||||
|
@ -38,6 +30,30 @@ const lspServers = [
|
|||
|
||||
perl.Lsp('Perl::LanguageServer', ['-e', 'Perl::LanguageServer::run']),
|
||||
|
||||
{
|
||||
name: 'taplo',
|
||||
filetype: 'toml',
|
||||
path: '/usr/local/bin/taplo',
|
||||
args: ['lsp', 'stdio'],
|
||||
install: 'brew install taplo',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'tilt-lsp',
|
||||
filetype: 'bzl',
|
||||
path: '/usr/local/bin/tilt',
|
||||
args: ['lsp', 'start'],
|
||||
install: 'brew install tilt',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'typescript-language-server',
|
||||
filetype: ['javascript', 'typescript'],
|
||||
path: '/usr/local/bin/typescript-language-server',
|
||||
args: ['--stdio'],
|
||||
install: 'brew install typescript-language-server',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'phpactor',
|
||||
filetype: 'php',
|
||||
|
@ -65,30 +81,6 @@ const lspServers = [
|
|||
install: 'brew install solargraph',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'taplo',
|
||||
filetype: 'toml',
|
||||
path: '/usr/local/bin/taplo',
|
||||
args: ['lsp', 'stdio'],
|
||||
install: 'brew install taplo',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'tilt-lsp',
|
||||
filetype: 'bzl',
|
||||
path: '/usr/local/bin/tilt',
|
||||
args: ['lsp', 'start'],
|
||||
install: 'brew install tilt',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'typescript-language-server',
|
||||
filetype: ['javascript', 'typescript'],
|
||||
path: '/usr/local/bin/typescript-language-server',
|
||||
args: ['--stdio'],
|
||||
install: 'brew install typescript-language-server',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'vim-language-server',
|
||||
filetype: 'vim',
|
||||
|
@ -97,22 +89,6 @@ const lspServers = [
|
|||
install: 'npm install -g vim-language-server',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'vscode-css-language-server',
|
||||
filetype: 'css',
|
||||
path: expand('~/.local/bin/vscode-css-language-server'),
|
||||
args: ['--stdio'],
|
||||
install: 'npm install -g vscode-langservers-extracted',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'vscode-html-language-server',
|
||||
filetype: 'html',
|
||||
path: expand('~/.local/bin/vscode-html-language-server'),
|
||||
args: ['--stdio'],
|
||||
install: 'npm install -g vscode-langservers-extracted',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'vscode-json-language-server',
|
||||
filetype: ['json', 'jsonc'],
|
||||
|
|
Loading…
Reference in a new issue