mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-16 10:25:31 +00:00
Merge branch 'main' into add-multicursors-nvim
one more - replacement Update modules/plugins/utility/multicursors/multicursors.nix Co-authored-by: raf <raf@notashelf.dev> remove redundancies missing an extra -
This commit is contained in:
commit
e07b53d188
5 changed files with 70 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = ["hydra-nvim"];
|
||||
lazy.plugins."multicursors.nvim" = {
|
||||
lazy.plugins."multicursors-nvim" = {
|
||||
package = "multicursors-nvim";
|
||||
setupModule = "multicursors";
|
||||
inherit (cfg) setupOpts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue