Compare commits

..

No commits in common. "46d4f7f0f6bfb8a685fd4676e6d4e9704a58a8fe" and "82e9af1d802c9cc8028b6277730263d32f0676d9" have entirely different histories.

2 changed files with 6 additions and 20 deletions

View File

@ -79,16 +79,16 @@ in {
url = "https://drive.google.com/drive/folders/1L5OTbn5p3i7_Nc80hc5PztiEGHKwi-I4";
}
{
name = "Linear algebra and Differential equations";
url = "https://brightspace.tudelft.nl/d2l/le/content/681028/Home";
name = "Electricy & Magnetism";
url = "https://brightspace.tudelft.nl/d2l/le/content/681030/Home";
}
{
name = "Electrical Energy Fundamentals";
url = "https://brightspace.tudelft.nl/d2l/le/content/681016/Home";
name = "Calculus & Linear Algebra";
url = "https://brightspace.tudelft.nl/d2l/le/content/681026/Home";
}
{
name = "IP 2";
url = "https://brightspace.tudelft.nl/d2l/le/content/681022/Home";
name = "Digital Systems B";
url = "https://brightspace.tudelft.nl/d2l/home/722657";
}
];
}

View File

@ -24,9 +24,6 @@ in {
# Systemverilog
unstable.svls
# Assembly
unstable.asm-lsp
# Nixos
unstable.nil
unstable.nixpkgs-fmt
@ -76,11 +73,6 @@ in {
command = "svls";
};
# Systemverilog
language-server.asm = {
command = "asm-lsp";
};
# Latex
language-server.texlab = {
config = {
@ -153,12 +145,6 @@ in {
name = "verilog";
language-servers = [ "svls" ];
}
{
name = "asm";
scope = "source.s";
language-servers = [ "asm" ];
file-types = [ "s" "S" ];
}
{
name = "markdown";
auto-format = true;