Skip to content

Commit 33db6ec

Browse files
committed
* 'main' of github.com:deathbeam/myplugins.nvim:
chore(main): release 0.7.0 (#13) chore(doc): auto generate docs
2 parents 2e23bd4 + dc0af1a commit 33db6ec

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/deathbeam/myplugins.nvim/compare/v0.6.0...v0.7.0) (2025-08-26)
4+
5+
6+
### Features
7+
8+
* **difftool:** disable rename detection by default ([#12](https://github.com/deathbeam/myplugins.nvim/issues/12)) ([9723854](https://github.com/deathbeam/myplugins.nvim/commit/9723854e57b39c7ca8fd9420d643dd2561380739))
9+
310
## [0.6.0](https://github.com/deathbeam/myplugins.nvim/compare/v0.5.0...v0.6.0) (2025-08-24)
411

512

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)