mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 17:31:18 +00:00
fastaction: move to vim.ui, remove mappings, enable register_ui_select by default
This commit is contained in:
parent
7e8a53bc03
commit
24b4902913
10 changed files with 35 additions and 74 deletions
|
|
@ -10,9 +10,9 @@ in {
|
|||
|
||||
# 2024-07-20
|
||||
(mkRemovedOptionModule ["vim" "lsp" "nvimCodeActionMenu"] ''
|
||||
nvimCodeActionMenu has been deprecated and archived upstream. As of 0.7, code-actions will be
|
||||
available under `vim.lsp.code-actions.enable` and `vim.lsp.code.actions.<plugin>.enable`.
|
||||
Please take a look at the nvf manual for more details.
|
||||
nvimCodeActionMenu has been deprecated and archived upstream. As of 0.7, fastaction will be
|
||||
available under `vim.ui.fastaction` as a replacement. Please take a look at the nvf manual
|
||||
for more details.
|
||||
'')
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue