浏览代码

remove whitespace

christianchiarulli 4 年之前
父节点
当前提交
927d5b165e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/settings.lua

+ 1 - 1
lua/settings.lua

@@ -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