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  ---
 ---  VIM ONLY COMMANDS  ---
 
 
 cmd('filetype plugin on')               -- filetype detection
 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 inccommand=split')             -- show what you are substituting in real time
 cmd('set iskeyword+=-')                 -- treat dash as a separate word
 cmd('set iskeyword+=-')                 -- treat dash as a separate word
 cmd('set whichwrap+=<,>,[,],h,l')       -- move to next line with theses keys
 cmd('set whichwrap+=<,>,[,],h,l')       -- move to next line with theses keys