1
Fork 0

Added some new lsps to nvim & buch timezone and stuff

This commit is contained in:
Matei Adriel 2023-04-13 20:06:57 +03:00
parent 77da27cac0
commit 8968084969
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -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 = {},

View file

@ -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

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Amsterdam";
time.timeZone = "Europe/Bucharest";
}

View file

@ -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" = { };