Compare commits
2 commits
7b390f6c83
...
130e9f5c94
Author | SHA1 | Date | |
---|---|---|---|
130e9f5c94 | |||
08dcc03415 |
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue