home ~ projects ~ socials

Turn Off Auto-Formatting When Pasting In Neovim

:set paste
:set nopaste
  • This is what I'm doing for the auto-typer with vim.cmd('set paste')
-- end of line --