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()')")