summaryrefslogtreecommitdiff
path: root/lua/settings.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-04 12:44:38 -0400
committerchristianchiarulli <[email protected]>2021-07-04 12:44:38 -0400
commit927d5b165e668eb806fe0fa3150c09fc57427120 (patch)
treedbf29449583452a99f53255d51e04bc28c191dd4 /lua/settings.lua
parentec814f60c55a8d9d4695bdde1240289b2743f01a (diff)
remove whitespace
Diffstat (limited to 'lua/settings.lua')
-rw-r--r--lua/settings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua
index 20708d83..7930f9cd 100644
--- a/lua/settings.lua
+++ b/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