From 7bf52e7a7514771d8eb207a94cecb7017be99886 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 14 Jul 2023 02:10:16 +0800 Subject: [PATCH] fix: typo --- home/base/desktop/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/desktop/neovim/default.nix b/home/base/desktop/neovim/default.nix index e1d846be..0c513bda 100644 --- a/home/base/desktop/neovim/default.nix +++ b/home/base/desktop/neovim/default.nix @@ -27,7 +27,7 @@ # Vertical Split: `|` # Next Buffer(Tab): `]b` # Previous Buffer(Tab): `[b` -# Close Buffer: ` + c` +# Close Buffer: ` + c` # # Format Document: ` + lf` # Code Actions: ` + la`