Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit bdd1500

Browse files
chore(build): auto-generate vimdoc
1 parent 5076ebb commit bdd1500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/neodev.nvim.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FEATURES *neodev.nvim-features*
2626

2727
- Automatically configures **lua-language-server** for your **Neovim** config, **Neovim** runtime and plugin
2828
directories
29-
- Annotations <https://github.com/sumneko/lua-language-server/wiki/Annotations> for completion, hover and signatures of:
29+
- Annotations <https://github.com/LuaLS/lua-language-server/wiki/Annotations> for completion, hover and signatures of:
3030
- Vim functions
3131
- Neovim api functions
3232
- `vim.opt`
@@ -122,7 +122,7 @@ For any other `root_dir`, **neodev** will **NOT** change any settings.
122122
-- then setup your lsp server as usual
123123
local lspconfig = require('lspconfig')
124124

125-
-- example to setup sumneko and enable call snippets
125+
-- example to setup lua_ls and enable call snippets
126126
lspconfig.lua_ls.setup({
127127
settings = {
128128
Lua = {

0 commit comments

Comments
 (0)