mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 22:46:01 +01:00
12 lines
162 B
Nix
12 lines
162 B
Nix
{
|
|
imports = [
|
|
./fidget
|
|
./indent-blankline
|
|
./nvim-cursorline
|
|
./nvim-scrollbar
|
|
./nvim-web-devicons
|
|
|
|
./config.nix
|
|
./visuals.nix
|
|
];
|
|
}
|