fixed yaml-language-server and added generic server zalias file
This commit is contained in:
parent
5c324e226f
commit
068bd7f139
|
@ -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,
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
alias vim='nvim'
|
||||
export PATH=/home/rudism/.local/bin:$PATH
|
Loading…
Reference in New Issue