mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 16:05:30 +00:00
Merge branch 'main' into add-multicursors-nvim
Update modules/plugins/utility/multicursors/config.nix Co-authored-by: raf <raf@notashelf.dev> Update npins/sources.json Co-authored-by: raf <raf@notashelf.dev> Update npins/sources.json Co-authored-by: raf <raf@notashelf.dev> Update modules/plugins/utility/multicursors/config.nix Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
commit
4b970c4271
3 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
|||
in {
|
||||
config = mkIf (cfg.enable && cfg.lspsaga.enable) {
|
||||
vim = {
|
||||
startPlugins = ["lspsaga"];
|
||||
startPlugins = ["lspsaga-nvim"];
|
||||
|
||||
maps = {
|
||||
visual = mkSetLuaBinding mappings.codeAction "require('lspsaga.codeaction').range_code_action";
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = ["hydra.nvim"];
|
||||
startPlugins = ["hydra-nvim"];
|
||||
lazy.plugins."multicursors.nvim" = {
|
||||
package = "multicursors.nvim";
|
||||
package = "multicursors-nvim";
|
||||
setupModule = "multicursors";
|
||||
inherit (cfg) setupOpts;
|
||||
|
||||
|
|
|
|||
|
|
@ -507,7 +507,7 @@
|
|||
"url": "https://github.com/phaazon/hop.nvim/archive/1a1eceafe54b5081eae4cb91c723abd1d450f34b.tar.gz",
|
||||
"hash": "08h18cam2yr57qvfsnf1bra28vbl6013wlchnr5crb757xw8aysa"
|
||||
},
|
||||
"hydra.nvim": {
|
||||
"hydra-nvim": {
|
||||
"type": "GitRelease",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
|
|
@ -1217,7 +1217,7 @@
|
|||
"url": "https://github.com/mvllow/modes.nvim/archive/c7a4b1b383606832aab150902719bd5eb5cdb2b0.tar.gz",
|
||||
"hash": "1hy3ghscf8hfmg487p9b8cwd0y8nsi8j24kq2ir3vhd82gqhl4ja"
|
||||
},
|
||||
"multicursors.nvim": {
|
||||
"multicursors-nvim": {
|
||||
"type": "GitRelease",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue