Skip to content

Commit 61e5109

Browse files
committed
docs: cleanup
fix #3836
1 parent c671605 commit 61e5109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Nvim sets some default options and mappings when a buffer attaches to LSP (see [
5555
* [`'tagfunc'`][tagfunc]
5656
- Enables "go to definition" capabilities using [`<C-]>`][tagjump] and other [tag commands][tag-commands].
5757
* [`'omnifunc'`][omnifunc]
58-
- Enables (manual) omni mode completion with `<C-X><C-O>` in Insert mode. For *auto*completion, an [autocompletion plugin](https://github.com/neovim/nvim-lspconfig/wiki/Autocompletion) is required.
58+
- Enables (manual) omni mode completion with `<C-X><C-O>` in Insert mode.
5959
* [`'formatexpr'`][formatexpr]
6060
- Enables LSP formatting with [`gq`][gq].
6161
* `K` maps to [`vim.lsp.buf.hover()`][vim.lsp.buf.hover] in Normal mode.

0 commit comments

Comments
 (0)