nvf/modules/plugins/visuals/nvim-cursorline/default.nix

7 lines
66 B
Nix

{
imports = [
./config.nix
./nvim-cursorline.nix
];
}