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

13 lines
171 B
Nix
Raw Normal View History

{
imports = [
./autocmds.nix
./basic.nix
2025-04-28 22:51:04 +03:00
./clipboard.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
];
}