mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 16:35: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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue