diff --git a/flake.lock b/flake.lock index 0def4e7..d977936 100644 --- a/flake.lock +++ b/flake.lock @@ -855,7 +855,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-9n6nu8BS4MWpoQLyDqyGXaeJb6G9IzwQgbFjwvBdPL0=", + "narHash": "sha256-bjrRxs4ja1ulvgjlWN5IwfGdAVOwYQR6YSPCRVje52E=", "path": "./pkgs/nixvim", "type": "path" }, diff --git a/pkgs/nixvim/config/plugins/vim-matchup.nix b/pkgs/nixvim/config/plugins/vim-matchup.nix index b8a406a..a8d4059 100644 --- a/pkgs/nixvim/config/plugins/vim-matchup.nix +++ b/pkgs/nixvim/config/plugins/vim-matchup.nix @@ -2,12 +2,16 @@ plugins.vim-matchup = { enable = true; enableSurround = true; + textObj.enable = true; motion = { enable = true; cursorEnd = true; }; matchParen = { hiSurroundAlways = true; + offscreen = { + method = "popup"; + }; }; treesitterIntegration = { enable = true;