mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-10 10:46:02 +00:00
Compare commits
No commits in common. "15c26bfc1cadefd28624459bcabf533ddd307dd6" and "ea3ee477fa1814352b30d114f31bf4895eed053e" have entirely different histories.
15c26bfc1c
...
ea3ee477fa
2 changed files with 1 additions and 11 deletions
|
|
@ -261,16 +261,6 @@ in {
|
|||
(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>
|
||||
'')
|
||||
|
||||
# Migrated via batchRenameOptions. Further batch renames must be below this line.
|
||||
renamedVimOpts
|
||||
];
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ in {
|
|||
enable = mkEnableOption "crates.io dependency management [crates-nvim]";
|
||||
|
||||
setupOpts = mkPluginSetupOption "crates-nvim" {
|
||||
completion.cmp.enable = mkOption {
|
||||
completion.enable = mkOption {
|
||||
type = bool;
|
||||
default = config.vim.autocomplete.nvim-cmp.enable;
|
||||
defaultText = "{option}`config.vim.autocomplete.nvim-cmp.enable`";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue