neovim-flake/modules/plugins/visuals/nvim-cursorline/default.nix

6 lines
66 B
Nix

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