feat: auto-highlight on mouse hover and yank

This commit is contained in:
Guz
2025-12-10 17:42:25 -03:00
parent b99a3a6505
commit 675b02f147
4 changed files with 125 additions and 1 deletions

View File

@@ -41,6 +41,9 @@
neovim = pkgs.callPackage ./package.nix {
mdfmt = self.packages.${stdenv.hostPlatform.system}.mdfmt;
};
godot-neovim = pkgs.writeShellApplication {
name = "godot-neovim";
};
mdfmt = pkgs.buildGoModule {
name = "mdfmt";
src = inputs.mdfmt;