Compare commits
No commits in common. "257a59a66c838b4ee906bcf8033ed68066e02b6f" and "3550790042353f482628657ff7d5ac50c40a5c99" have entirely different histories.
257a59a66c
...
3550790042
2 changed files with 0 additions and 18 deletions
|
@ -49,21 +49,6 @@ const lspServers = [
|
|||
install: 'curl -Lo phpactor https://github.com/phpactor/phpactor/releases/latest/download/phpactor.phar && chmod u+x phpactor && mv phpactor ~/bin',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'PowerShellEditorServices',
|
||||
filetype: 'ps1',
|
||||
path: exepath('pwsh'),
|
||||
args: ['-NoLogo', '-NoProfile', '-Command', expand('~/.cache/powershell/PowerShellEditorServices/Start-EditorServices.ps1') .. ' -Stdio'],
|
||||
installed: () => executable('pwsh') && filereadable(expand('~/.cache/powershell/PowerShellEditorServices/Start-EditorServices.ps1')),
|
||||
install: [
|
||||
'mkdir -p ~/.cache/powershell',
|
||||
'cd ~/.cache/powershell',
|
||||
'wget https://github.com/PowerShell/PowerShellEditorServices/releases/latest/download/PowerShellEditorServices.zip',
|
||||
'unzip PowerShellEditorServices.zip',
|
||||
'rm PowerShellEditorServices.zip'
|
||||
]->join(' && ')
|
||||
},
|
||||
|
||||
{
|
||||
name: 'pylsp',
|
||||
filetype: 'python',
|
||||
|
|
|
@ -157,9 +157,6 @@ minpac#add('lambdalisue/fern-ssh')
|
|||
# vim-endwise for XML. Very nice to have when working on HTML documents.
|
||||
minpac#add('alvan/vim-closetag')
|
||||
|
||||
# Syntax and indent support for Jinja2 templates.
|
||||
minpac#add('lepture/vim-jinja')
|
||||
|
||||
# Syntax highlighting for scripts written in jq's filter language.
|
||||
minpac#add('vito-c/jq.vim')
|
||||
|
||||
|
|
Loading…
Reference in a new issue