mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 19:25:59 +01:00
NotAShelf
658d380232
The option visuals.smoothScroll was confusing as there can be more than one backend.
13 lines
187 B
Nix
13 lines
187 B
Nix
{
|
|
imports = [
|
|
./cinnamon-nvim
|
|
./fidget-nvim
|
|
./indent-blankline
|
|
./nvim-cursorline
|
|
./nvim-scrollbar
|
|
./nvim-web-devicons
|
|
|
|
./config.nix
|
|
./visuals.nix
|
|
];
|
|
}
|