Skip to content

Commit c5bd211

Browse files
author
Steven Turturo
committed
docs: updated readme for neovim config
1 parent db391dd commit c5bd211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ augroup END
6262

6363
### Configuration for [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
6464

65-
**Requires [Neovim HEAD/nightly](https://github.com/neovim/neovim/releases/tag/nightly) (v0.5 prerelease).**
65+
**Requires Neovim [v0.6.1](https://github.com/neovim/neovim/releases/tag/v0.6.1) or [nightly](https://github.com/neovim/neovim/releases/tag/nightly).**
6666

6767
```lua
6868
local lspconfig = require 'lspconfig'
@@ -79,8 +79,8 @@ if not configs.golangcilsp then
7979
};
8080
}
8181
end
82-
lspconfig.golangcilsp.setup {
83-
filetypes = {'go'}
82+
lspconfig.golangci_lint_ls.setup {
83+
filetypes = {'go','gomod'}
8484
}
8585
```
8686

0 commit comments

Comments
 (0)