From 0ecb179f26be4d3bf608a84b6515d0a283f721b7 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 15 Sep 2024 22:05:30 -0400 Subject: [PATCH] global/neovim: format keymaps --- users/modules/global/neovim.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/modules/global/neovim.nix b/users/modules/global/neovim.nix index 42ac6ea..05a99fa 100644 --- a/users/modules/global/neovim.nix +++ b/users/modules/global/neovim.nix @@ -36,7 +36,11 @@ ]; keymaps = [ - { key = " n"; action = ""; mode = "t"; } + { + key = " n"; + action = ""; + mode = "t"; + } ]; plugins = {