non-important commit

This commit is contained in:
maxstrb 2026-03-13 15:40:35 +01:00
parent 2a97bb06f8
commit b90f68b63e

View file

@ -12,18 +12,6 @@
enableManpages = true;
settings.vim = {
extraPackages = [pkgs.netcoredbg];
extraPlugins = {
easy-dotnet-nvim = {
package = pkgs.vimPlugins.easy-dotnet-nvim;
};
};
luaConfigRC.easy-dotnet = ''
require("easy-dotnet").setup()
'';
theme = {
enable = true;
transparent = true;
@ -98,6 +86,11 @@
ts.enable = true;
zig.enable = true;
csharp = {
enable = true;
lsp.servers = ["omnisharp"];
};
clang.enable = true;
rust = {
enable = true;