1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-02 11:49:48 +01:00
neovim-flake/modules/plugins/ui/default.nix
diniamo 99ace503ad
fastaction: add module ()
* plugins/lsp: add code-actions module; add fastaction.nvim

* deprecate nvimCodeActionMenu

* fastaction-nvim: move range_code_action to visual maps

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

* fastaction: add missing documentation

* fastaction: support vim.ui.borders

* treewide: clean up nvim-code-action-menu remnants

* docs: add missing section ids

---------

Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-09-20 18:51:11 +03:00

13 lines
167 B
Nix

{
imports = [
./noice
./modes
./notifications
./smartcolumn
./colorizer
./illuminate
./breadcrumbs
./borders
./fastaction
];
}