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 = {