Skip to content

Commit

Permalink
chore(docs): cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jul 2, 2024
1 parent 5c069ec commit 2708430
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Helm-ls is a [helm](https://github.com/helm/helm) language server protocol [LSP]
* [yaml-language-server config](#yaml-language-server-config)
* [Default Configuration](#default-configuration)
* [Editor Config examples](#editor-config-examples)
* [Neovim (using nvim-lspconfig)](#neovim-using-nvim-lspconfig)
* [Neovim](#neovim-using-nvim-lspconfig)
* [Vim Helm Plugin](#vim-helm-plugin)
* [nvim-lspconfig setup](#nvim-lspconfig-setup)
* [coc.nvim setup](#cocnvim-setup)
Expand Down Expand Up @@ -199,7 +199,7 @@ settings = {

## Editor Config examples

### Neovim (using nvim-lspconfig)
### Neovim

#### Vim Helm Plugin

Expand All @@ -217,14 +217,14 @@ Add the following to your neovim lua config:
local lspconfig = require('lspconfig')

lspconfig.helm_ls.setup {
settings = {
['helm-ls'] = {
yamlls = {
path = "yaml-language-server",
settings = {
['helm-ls'] = {
yamlls = {
path = "yaml-language-server",
}
}
}
}
}
```

See [examples/nvim/init.lua](https://github.com/mrjosh/helm-ls/blob/master/examples/nvim/init.lua) for an
Expand Down

0 comments on commit 2708430

Please sign in to comment.