You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Nvim sets some default options and mappings when a buffer attaches to LSP (see [
55
55
* [`'tagfunc'`][tagfunc]
56
56
- Enables "go to definition" capabilities using [`<C-]>`][tagjump] and other [tag commands][tag-commands].
57
57
* [`'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.
59
59
* [`'formatexpr'`][formatexpr]
60
60
- Enables LSP formatting with [`gq`][gq].
61
61
* `K` maps to [`vim.lsp.buf.hover()`][vim.lsp.buf.hover] in Normal mode.
0 commit comments