non-important commit
This commit is contained in:
parent
2a97bb06f8
commit
b90f68b63e
1 changed files with 5 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue