diff options
author | Minijackson <minijackson@riseup.net> | 2024-06-13 13:47:06 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-06-14 23:37:08 +0200 |
commit | c3ad2642225823aa3c12e3283b0b8246d3f67276 (patch) | |
tree | 129f96acd1ab8f3f49a0bb389a7a698677dd742e /common | |
parent | 6c8d2ff33e47192efc54a0730771a7d63e9f5d1d (diff) | |
download | nixos-config-reborn-c3ad2642225823aa3c12e3283b0b8246d3f67276.tar.gz nixos-config-reborn-c3ad2642225823aa3c12e3283b0b8246d3f67276.zip |
common/nixvim: remove deprecated telescope.keymapsSilent optionnixos-23.11
(cherry picked from commit ff3a72e80be980b1038213507b892c89d0f7e2a0)
Diffstat (limited to 'common')
-rw-r--r-- | common/nixvim.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix index e97359d..3962ec2 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix | |||
@@ -458,7 +458,6 @@ in | |||
458 | 458 | ||
459 | extensions.undo.enable = true; | 459 | extensions.undo.enable = true; |
460 | 460 | ||
461 | keymapsSilent = true; | ||
462 | keymaps = { | 461 | keymaps = { |
463 | "<leader>fb" = { | 462 | "<leader>fb" = { |
464 | action = "buffers"; | 463 | action = "buffers"; |