diff options
author | christianchiarulli <[email protected]> | 2021-07-09 17:03:22 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-09 17:03:22 -0400 |
commit | 04f9f53914a7dd999117ed73c5fa0ab3b0dc95e4 (patch) | |
tree | 6975f4571abc8dbd44c57090ab044bc9b850911d /lua/settings.lua | |
parent | 986da71d30d2445d0ac8093ce0a65ef1bc87a2f9 (diff) |
PoC zen mode hot reload config and refactor
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 2a388e42..cce8d87e 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -41,7 +41,7 @@ opt.swapfile = false -- creates a swapfile opt.termguicolors = true -- set term gui colors (most terminals support this) opt.timeoutlen = O.timeoutlen -- time to wait for a mapped sequence to complete (in milliseconds) opt.title = true -- set the title of window to the value of the titlestring -opt.titlestring = "%<%F%=%l/%L - nvim" -- what the title of the window will be set to +-- opt.titlestring = "%<%F%=%l/%L - nvim" -- what the title of the window will be set to opt.undodir = CACHE_PATH .. "/undo" -- set an undo directory opt.undofile = true -- enable persisten undo opt.updatetime = 300 -- faster completion |