remove whitespace

This commit is contained in:
christianchiarulli 2021-07-04 12:44:38 -04:00
parent ec814f60c5
commit 927d5b165e

View file

@ -7,7 +7,7 @@ local opt = vim.opt
--- VIM ONLY COMMANDS ---
cmd('filetype plugin on') -- filetype detection
cmd('let &titleold="'..TERMINAL..'"')
cmd('let &titleold="'..TERMINAL..'"')
cmd('set inccommand=split') -- show what you are substituting in real time
cmd('set iskeyword+=-') -- treat dash as a separate word
cmd('set whichwrap+=<,>,[,],h,l') -- move to next line with theses keys