global/neovim: replace - with _

This commit is contained in:
Infinidoge 2024-10-10 13:08:00 -04:00
parent 238c045518
commit b092776562
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -80,8 +80,8 @@
servers = {
clangd.enable = true;
hls.enable = true;
lua-ls.enable = true;
nil-ls = {
lua_ls.enable = true;
nil_ls = {
enable = true;
extraOptions = {
settings.nil.formatting.command = [ "nixpkgs-fmt" ];
@ -101,12 +101,12 @@
};
};
};
rust-analyzer = {
rust_analyzer = {
enable = true;
installRustc = false;
installCargo = false;
};
typst-lsp.enable = false;
typst_lsp.enable = false;
};
};
};