Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Xuyuanp/helmls

helm language server
https://github.com/Xuyuanp/helmls

Last synced: 7 days ago
JSON representation

helm language server

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