chore(nvim): autosession, configs, tweaks

This commit is contained in:
2024-12-19 12:42:20 +02:00
parent 6f6ee3611c
commit 5471aba1a4
3 changed files with 20 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ o.splitright = true -- vsplit to the right
o.termguicolors = true -- Enable GUI colors
o.timeoutlen = 250 -- Decrease mapped sequence wait time
o.updatetime = 250 -- 250 ms = 2,5 seconds
o.sessionoptions =
'blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions'
-- Enable the colorcolumn
vim.api.nvim_set_option_value('colorcolumn', '+1', { scope = 'global' })