non important commit
This commit is contained in:
parent
ed7c13237f
commit
2a018602dc
1 changed files with 2 additions and 25 deletions
|
|
@ -7,6 +7,7 @@
|
|||
pkgs.nil
|
||||
pkgs.alejandra
|
||||
pkgs.bash-language-server
|
||||
pkgs.lldb
|
||||
];
|
||||
|
||||
settings.editor = {
|
||||
|
|
@ -40,31 +41,6 @@
|
|||
};
|
||||
|
||||
languages = {
|
||||
language-server = {
|
||||
nil.command = "nil";
|
||||
|
||||
marksman.command = "marksman";
|
||||
tinymist.command = "tinymist";
|
||||
|
||||
pyright = {
|
||||
command = "pyright-langserver";
|
||||
args = ["--stdio"];
|
||||
};
|
||||
|
||||
rust-analyzer = {
|
||||
command = "rust-analyzer";
|
||||
config.rust-analyzer = {
|
||||
check.command = "clippy";
|
||||
cargo.allFeatures = true;
|
||||
};
|
||||
};
|
||||
|
||||
omnisharp = {
|
||||
command = "OmniSharp";
|
||||
args = ["--languageserver"];
|
||||
};
|
||||
};
|
||||
|
||||
language = [
|
||||
{
|
||||
name = "nix";
|
||||
|
|
@ -86,6 +62,7 @@
|
|||
name = "c-sharp";
|
||||
auto-format = true;
|
||||
language-servers = ["omnisharp"];
|
||||
debugger = ["netcoredbg"];
|
||||
}
|
||||
{
|
||||
name = "markdown";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue