neo2005/config/plugins/lang/default.nix
Barna Máté 09ebce4613 Added activity watch
- added code companion
- added neogen for annotations
- remapped trouble keybinds
- some other stuff idk
2024-12-15 09:31:17 +01:00

19 lines
271 B
Nix

{ pkgs, ... }: {
# Formatters and language servers for programming languages
imports = [
./css.nix
./docker.nix
./html.nix
./json.nix
./nix.nix
./rust.nix
./ts.nix
./yaml.nix
./csharp.nix
# TODO elixir
# TODO java
];
}