1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Daniel Kempkens 130e9f5c94
nvim: use elixirls 2024-06-21 09:54:34 +02:00
Daniel Kempkens 08dcc03415
Update config 2024-06-21 09:54:34 +02:00
3 changed files with 10 additions and 3 deletions

View file

@ -59,7 +59,7 @@
(when (= current nil) (when (= current nil)
(tset cache :gitsigns bufnr lnum {:name details.sign_hl_group}))))))) (tset cache :gitsigns bufnr lnum {:name details.sign_hl_group})))))))
(aucmd [:BufEnter :CursorHold :CursorHoldI :DiagnosticChanged] (aucmd [:BufEnter :InsertLeave :DiagnosticChanged]
{:callback #(update-cache-diagnostics $1.buf {:callback #(update-cache-diagnostics $1.buf
(vim.diagnostic.get $1.buf)) (vim.diagnostic.get $1.buf))
:group augroup :group augroup

View file

@ -29,9 +29,9 @@ in
# LSP # LSP
bash-language-server bash-language-server
#elixir-ls elixir-ls
fennel-ls fennel-ls
lexical #lexical
nil nil
nodePackages.dockerfile-language-server-nodejs nodePackages.dockerfile-language-server-nodejs
nodePackages.svelte-language-server nodePackages.svelte-language-server

View file

@ -36,9 +36,16 @@ in
"https://nix-community.cachix.org?priority=2" "https://nix-community.cachix.org?priority=2"
]; ];
trusted-substituters = [
"https://attic.hosting.nedeco.mobi/devshells"
];
trusted-public-keys = [ trusted-public-keys = [
"nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU=" "nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
# trusted-substituters
"devshells:YXtbU0DheB229oCr2D0H0qHjj2Ed/e2VZiLSXgQ1IVA="
]; ];
trusted-users = [ "@admin" ]; trusted-users = [ "@admin" ];