nixos-config/home-manager/modules/neovim/plugins/haskell-scope-highlighting.nix
2024-11-25 11:57:38 -05:00

7 lines
109 B
Nix

{...}: {
programs.nixvim = {
plugins.haskell-scope-highlighting = {
enable = true;
};
};
}