Skip to content

Commit 609a4f7

Browse files
chore(doc): auto generate docs
1 parent 5167895 commit 609a4f7

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

doc/myplugins.nvim.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*myplugins.nvim.txt* For NVIM v0.10.0 Last change: 2025 August 24
1+
*myplugins.nvim.txt* For NVIM v0.10.0 Last change: 2025 August 26
22

33
==============================================================================
44
Table of Contents *myplugins.nvim-table-of-contents*
@@ -99,22 +99,6 @@ For best completion experience:
9999
vim.o.completeopt = 'menuone,noselect,noinsert,popup'
100100
<
101101

102-
And you also ideally want to set the capabilities so Neovim will fetch
103-
documentation when resolving completion items:
104-
105-
>lua
106-
-- Here we grab default Neovim capabilities and extend them with ones we want on top
107-
local capabilities = vim.tbl_deep_extend('force',
108-
vim.lsp.protocol.make_client_capabilities(),
109-
require('autocomplete.capabilities')
110-
)
111-
112-
-- Now set capabilities on your LSP servers
113-
require('lspconfig')['<YOUR_LSP_SERVER>'].setup {
114-
capabilities = capabilities
115-
}
116-
<
117-
118102

119103
CMDCOMPLETE *myplugins.nvim-cmdcomplete*
120104

0 commit comments

Comments
 (0)