Neovim LSP
- nvim-lspconfig
- All supported languages
- Config in
~/.config/nvim/lua/plugins.lua
- Logfile at
~/.local/state/nvim/lsp.log
- See
:LspInfo
LSP plugins
LSP issues
yaml-language-server
- yamlls config for nvim-lspconfig
- Still missing: Support for .tpf (Helm chart Yaml-based template files)
- Kubernetes support:
Enable yaml-language-server autocompletion by setting the right json schema, either by a comment at the top of the document like:
# yaml-language-server: $schema=https://json.schemastore.org/helmfile.json
or by configuring dotfiles: nvim-lspconfig