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

12 lines
151 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
2025-04-05 22:47:25 +03:00
./lsp.nix
./spellcheck.nix
];
}