Added some new lsps to nvim & buch timezone and stuff
This commit is contained in:
parent
77da27cac0
commit
8968084969
|
@ -23,9 +23,6 @@ local M = {
|
|||
opts = {
|
||||
input_buffer_type = "dressing",
|
||||
},
|
||||
dependencies = {
|
||||
"dressing.nvim",
|
||||
},
|
||||
cond = env.vscode.not_active(),
|
||||
},
|
||||
}
|
||||
|
@ -165,6 +162,7 @@ local servers = {
|
|||
},
|
||||
-- }}}
|
||||
rnix = {},
|
||||
nil_ls = {},
|
||||
cssls = {},
|
||||
jsonls = {},
|
||||
rust_analyzer = {},
|
||||
|
|
|
@ -7,7 +7,9 @@ let
|
|||
nodePackages_latest.purescript-language-server # purescript
|
||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.lua-language-server # lua
|
||||
rnix-lsp # nix
|
||||
nil # nix
|
||||
haskell-language-server # haskell
|
||||
dhall-lsp-server # dhall
|
||||
tectonic # something related to latex (?)
|
||||
texlab # latex
|
||||
nodePackages_latest.vscode-langservers-extracted # Web stuff
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
time.timeZone = "Europe/Bucharest";
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
environmentFile = config.age.secrets.wireless.path;
|
||||
networks = {
|
||||
"Neptune".psk = "@PHONE_HOTSPOT_PASS@";
|
||||
"TP-Link_522C".psk = "@TG_HOME_PASS@";
|
||||
"Familia-Matei".psk = "@TG_HOME_PASS@";
|
||||
"Sailhorse".psk = "@NL_SAILHORSE_PASS@";
|
||||
|
||||
"FOSDEM-Dualstack" = { };
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue