mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-26 15:01:45 +02:00
trying other nix language server to avoid problems and formatting fixes
This commit is contained in:
parent
8d7dd425ce
commit
111cd7e317
@ -26,7 +26,7 @@ mason_lspconfig.setup({
|
|||||||
"taplo",
|
"taplo",
|
||||||
"tailwindcss",
|
"tailwindcss",
|
||||||
"yamlls",
|
"yamlls",
|
||||||
"nil_ls",
|
"rnix",
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"sqlls",
|
"sqlls",
|
||||||
"tsserver",
|
"tsserver",
|
||||||
|
@ -180,7 +180,10 @@ in
|
|||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
extraPackages = with pkgs; [ lua-language-server go cargo ];
|
extraPackages = with pkgs; [
|
||||||
|
lua-language-server
|
||||||
|
go
|
||||||
|
];
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
alpha-nvim
|
alpha-nvim
|
||||||
auto-session
|
auto-session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user