Skip to content

Commit

Permalink
feat(nvim): add dressing.nvim for better code actions UI
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jan 23, 2024
1 parent 1c4bc94 commit 612cf2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,13 @@ in
'';
type = "lua";
}
{
plugin = dressing-nvim; # Better UI for codeactions, code input etc...
config = ''
'';
type = "lua";
}
vim-enmasse-branch.vimPlugins.vim-enmasse
{
plugin = vim-floaterm;
Expand Down

0 comments on commit 612cf2b

Please sign in to comment.