neovim-flake/modules/plugins/visuals/default.nix
NotAShelf 658d380232
visuals: move cinnamon-nvim to its own module; deprecate smoothScroll
The option visuals.smoothScroll was confusing as there can be more than one backend.
2024-10-07 03:15:45 +03:00

13 lines
187 B
Nix

{
imports = [
./cinnamon-nvim
./fidget-nvim
./indent-blankline
./nvim-cursorline
./nvim-scrollbar
./nvim-web-devicons
./config.nix
./visuals.nix
];
}