mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
misc: import nixvim modules in a simpler way
This commit is contained in:
parent
ec07263b16
commit
eec8d6b1b2
2 changed files with 24 additions and 14 deletions
18
modules/default.nix
Normal file
18
modules/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
imports = [
|
||||
./autocmd.nix
|
||||
./clipboard.nix
|
||||
./colorscheme.nix
|
||||
./commands.nix
|
||||
./doc.nix
|
||||
./editorconfig.nix
|
||||
./filetype.nix
|
||||
./highlights.nix
|
||||
./keymaps.nix
|
||||
./lua-loader.nix
|
||||
./options.nix
|
||||
./output.nix
|
||||
./plugins.nix
|
||||
./warnings.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue