diff options
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 |