mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-17 16:02:48 +01:00
17 lines
265 B
Nix
17 lines
265 B
Nix
{
|
|
imports = [
|
|
./cmp
|
|
|
|
./colorschemes/rose-pine.nix
|
|
./colorschemes/solarized-osaka.nix
|
|
./colorschemes/tokyonight.nix
|
|
./colorschemes/vscode.nix
|
|
|
|
./lsp
|
|
|
|
./pluginmanagers/lazy.nix
|
|
./pluginmanagers/lz-n.nix
|
|
|
|
./deprecation.nix
|
|
];
|
|
}
|