mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 00:15:30 +00:00
update to using npins instead of flake based additions.
This commit is contained in:
parent
85b84ed3cc
commit
c1300ffa25
3 changed files with 34 additions and 4 deletions
|
|
@ -8,9 +8,9 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = ["hydra-nvim"];
|
||||
lazy.plugins.multicursors-nvim = {
|
||||
package = "multicursors-nvim";
|
||||
startPlugins = ["hydra.nvim"];
|
||||
lazy.plugins."multicursors.nvim" = {
|
||||
package = "multicursors.nvim";
|
||||
setupModule = "multicursors";
|
||||
inherit (cfg) setupOpts;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue