nixos-configs/common/home/neovim/langs/default.nix
matt1432 6753c39ccd
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(nvim): move stuff to lua, fix windows depending on size of win, etc
2024-05-08 20:26:57 -04:00

13 lines
173 B
Nix

{...}: {
imports = [
./bash.nix
./clang.nix
./hyprlang.nix
./java.nix
./lua.nix
./markdown.nix
./nix.nix
./python.nix
./web.nix
];
}