From 62f30a1ed8f807a9b8a0e46260fb3c102130798e Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 14 Mar 2025 23:12:49 +0100 Subject: [PATCH] updated neovim state --- states/neovim/templates/init.lua.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/neovim/templates/init.lua.j2 b/states/neovim/templates/init.lua.j2 index 357d4f8..4fb79e6 100644 --- a/states/neovim/templates/init.lua.j2 +++ b/states/neovim/templates/init.lua.j2 @@ -29,7 +29,7 @@ function RemoveComments() end function Reformat() - vim.cmd.normal('gg=G') + vim.cmd.normal("gg=G") end vim.api.nvim_command("command! Reformat call luaeval('Reformat()')")