Compare commits
No commits in common. "130e9f5c94f87116fd4540adb2fa95256139373d" and "7b390f6c839f6f6e358ad3495fc09be090f4f0c7" have entirely different histories.
130e9f5c94
...
7b390f6c83
3 changed files with 3 additions and 10 deletions
|
@ -59,7 +59,7 @@
|
|||
(when (= current nil)
|
||||
(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
|
||||
(vim.diagnostic.get $1.buf))
|
||||
:group augroup
|
||||
|
|
|
@ -29,9 +29,9 @@ in
|
|||
|
||||
# LSP
|
||||
bash-language-server
|
||||
elixir-ls
|
||||
#elixir-ls
|
||||
fennel-ls
|
||||
#lexical
|
||||
lexical
|
||||
nil
|
||||
nodePackages.dockerfile-language-server-nodejs
|
||||
nodePackages.svelte-language-server
|
||||
|
|
|
@ -36,16 +36,9 @@ in
|
|||
"https://nix-community.cachix.org?priority=2"
|
||||
];
|
||||
|
||||
trusted-substituters = [
|
||||
"https://attic.hosting.nedeco.mobi/devshells"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
||||
# trusted-substituters
|
||||
"devshells:YXtbU0DheB229oCr2D0H0qHjj2Ed/e2VZiLSXgQ1IVA="
|
||||
];
|
||||
|
||||
trusted-users = [ "@admin" ];
|
||||
|
|
Loading…
Reference in a new issue