Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xuyuanp/helmls
helm language server
https://github.com/Xuyuanp/helmls
Last synced: 7 days ago
JSON representation
helm language server
- Host: GitHub
- URL: https://github.com/Xuyuanp/helmls
- Owner: Xuyuanp
- License: apache-2.0
- Created: 2022-04-27T15:55:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T14:58:17.000Z (over 2 years ago)
- Last Synced: 2024-08-02T16:55:37.019Z (3 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helmls
Helm Language Server.
## Status
This project is still in very early development.
## Try with neovim
Installing with `packer`
```lua
require('packer').startup(function(use)
use({
'Xuyuanp/helmls',
run = 'cargo build --release',
config = function()
require('lspconfig').helmls.setup({
-- on_attach = ..
})
end,
})
end)
```## Features & Roadmap
* [x] `gotoDefinition` for helm variables.
* [ ] Autocomplete builtin objects (`.Values`, `.Chart`, etc).
* [ ] Autocomplete for helm variables.
* [ ] Autocomplete for templates defined in `_helpers.tpl`
* [ ] Maybe more