languages/assembly: init (#447)

* asm: init

* docs: added changelog for assembly

* asm: fixing requested changes

* configuration: assembly set to false
This commit is contained in:
Soliprem 2024-11-09 21:13:27 +01:00 committed by GitHub
commit 1604c7423f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 53 additions and 0 deletions

View file

@ -2,6 +2,7 @@
inherit (lib.nvim.languages) mkEnable;
in {
imports = [
./asm.nix
./bash.nix
./dart.nix
./clang.nix