File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,20 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## Unreleased
9
+ ## [ 4.24.0 ] - 2024-05-30
10
10
11
11
### Added
12
12
13
13
- Config: Add a new ` config.server.root_dir ` option to override the root
14
14
directory detection logic
15
15
Thanks [ @bgw ] ( https://github.com/bgw ) !
16
16
17
+ ### Fixed
18
+
19
+ - LSP: Force-extend Neovim's default client capabilities
20
+ with detected plugin capabilities, to ensure plugin capability
21
+ extensions take precedence in case of conflict.
22
+
17
23
## [ 4.23.5] - 2024-05-24
18
24
19
25
### Fixed
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ function server.create_client_capabilities()
148
148
}
149
149
end )
150
150
return vim .tbl_deep_extend (
151
- ' keep ' ,
151
+ ' force ' ,
152
152
rs_capabilities ,
153
153
cmp_capabilities ,
154
154
selection_range_capabilities ,
You can’t perform that action at this time.
0 commit comments