mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 03:50:09 +02:00
perform some statix linting and fixes
This commit is contained in:
parent
eee375e97e
commit
efdcbe225f
57 changed files with 196 additions and 221 deletions
|
@ -114,7 +114,7 @@ in {
|
|||
diagnosticMaps =
|
||||
mapAttrs
|
||||
(key: action: {
|
||||
silent = cfg.keymaps.silent;
|
||||
inherit (cfg.keymaps) silent;
|
||||
action = "vim.diagnostic.${action}";
|
||||
lua = true;
|
||||
})
|
||||
|
@ -123,7 +123,7 @@ in {
|
|||
lspBuf =
|
||||
mapAttrs
|
||||
(key: action: {
|
||||
silent = cfg.keymaps.silent;
|
||||
inherit (cfg.keymaps) silent;
|
||||
action = "vim.lsp.buf.${action}";
|
||||
lua = true;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue