fastaction: move to vim.ui, remove mappings, enable register_ui_select by default

This commit is contained in:
diniamo 2024-09-19 19:55:57 +02:00
commit 24b4902913
10 changed files with 35 additions and 74 deletions

View file

@ -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.
'')
];
}