mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
18 lines
287 B
Nix
18 lines
287 B
Nix
{
|
|
imports = [
|
|
./autocmd.nix
|
|
./clipboard.nix
|
|
./colorscheme.nix
|
|
./commands.nix
|
|
./doc.nix
|
|
./editorconfig.nix
|
|
./filetype.nix
|
|
./highlights.nix
|
|
./keymaps.nix
|
|
./lua-loader.nix
|
|
./opts.nix
|
|
./output.nix
|
|
./plugins.nix
|
|
./warnings.nix
|
|
];
|
|
}
|