1
0
Fork 0

Compare commits

..

No commits in common. "130e9f5c94f87116fd4540adb2fa95256139373d" and "7b390f6c839f6f6e358ad3495fc09be090f4f0c7" have entirely different histories.

3 changed files with 3 additions and 10 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 :InsertLeave :DiagnosticChanged] (aucmd [:BufEnter :CursorHold :CursorHoldI :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,16 +36,9 @@ 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" ];