mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 11:40:17 +01: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,7 +259,6 @@ in {
|
||||||
|
|
||||||
(mkRenamedLspServer "zig")
|
(mkRenamedLspServer "zig")
|
||||||
(mkRemovedLspPackage "zig")
|
(mkRemovedLspPackage "zig")
|
||||||
]
|
|
||||||
|
|
||||||
# 2025-10-22
|
# 2025-10-22
|
||||||
(mkRenamedOptionModule ["vim" "languages" "rust" "crates" "enable"] ["vim" "languages" "rust" "extensions" "crates-nvim" "enable"])
|
(mkRenamedOptionModule ["vim" "languages" "rust" "crates" "enable"] ["vim" "languages" "rust" "extensions" "crates-nvim" "enable"])
|
||||||
|
|
@ -270,6 +269,7 @@ in {
|
||||||
|
|
||||||
<https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.7.1#in-process-language-server>
|
<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
Reference in a new issue