fixed yaml-language-server and added generic server zalias file

This commit is contained in:
Rudis Muiznieks 2023-12-08 12:41:29 -06:00
parent 5c324e226f
commit 068bd7f139
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
2 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,7 @@ lsp.tsserver.setup {
lsp.yamlls.setup {
capabilities = lspcap,
on_attach = lspatt,
cmd = { "npx", "yaml-language-server", "--stdio" },
}
lsp.ccls.setup {
capabilities = lspcap,

4
zsh/zalias-server Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env zsh
alias vim='nvim'
export PATH=/home/rudism/.local/bin:$PATH