neovim-flake/modules/neovim/init/default.nix

11 lines
137 B
Nix
Raw Normal View History

{
imports = [
./autocmds.nix
./basic.nix
./debug.nix
2025-04-04 09:52:23 +03:00
./diagnostics.nix
2025-01-19 18:01:43 +01:00
./highlight.nix
./spellcheck.nix
];
}