mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
Merge pull request #1203 from simon-wg/hotfix
hotfix: move mkRenamed-/RemovedOptionModule inside concatLists list
This commit is contained in:
commit
dad8ece966
1 changed files with 10 additions and 10 deletions
|
|
@ -259,18 +259,18 @@ in {
|
||||||
|
|
||||||
(mkRenamedLspServer "zig")
|
(mkRenamedLspServer "zig")
|
||||||
(mkRemovedLspPackage "zig")
|
(mkRemovedLspPackage "zig")
|
||||||
|
|
||||||
|
# 2025-10-22
|
||||||
|
(mkRenamedOptionModule ["vim" "languages" "rust" "crates" "enable"] ["vim" "languages" "rust" "extensions" "crates-nvim" "enable"])
|
||||||
|
(mkRemovedOptionModule ["vim" "languages" "rust" "crates" "codeActions"] ''
|
||||||
|
'vim.languages.rust.crates' option has been moved to 'vim.languages.rust.extensions.crates-nvim' in full and the
|
||||||
|
codeActions option has been removed. To set up code actions again, you may use the the new 'setupOpts' option
|
||||||
|
located under 'vim.languages.rust.extensions.crates-nvim'. Refer to crates.nvim documentation for setup steps:
|
||||||
|
|
||||||
|
<https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.7.1#in-process-language-server>
|
||||||
|
'')
|
||||||
]
|
]
|
||||||
|
|
||||||
# 2025-10-22
|
|
||||||
(mkRenamedOptionModule ["vim" "languages" "rust" "crates" "enable"] ["vim" "languages" "rust" "extensions" "crates-nvim" "enable"])
|
|
||||||
(mkRemovedOptionModule ["vim" "languages" "rust" "crates" "codeActions"] ''
|
|
||||||
'vim.languages.rust.crates' option has been moved to 'vim.languages.rust.extensions.crates-nvim' in full and the
|
|
||||||
codeActions option has been removed. To set up code actions again, you may use the the new 'setupOpts' option
|
|
||||||
located under 'vim.languages.rust.extensions.crates-nvim'. Refer to crates.nvim documentation for setup steps:
|
|
||||||
|
|
||||||
<https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.7.1#in-process-language-server>
|
|
||||||
'')
|
|
||||||
|
|
||||||
# Migrated via batchRenameOptions. Further batch renames must be below this line.
|
# Migrated via batchRenameOptions. Further batch renames must be below this line.
|
||||||
renamedVimOpts
|
renamedVimOpts
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue