1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

nvim: cleanup

This commit is contained in:
2024-03-07 23:19:10 +01:00
parent a31ed89543
commit 591c548d6b
3 changed files with 2 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ vim.o.relativenumber = true
-- speedup vim with long lines
vim.o.ttyfast = true
vim.o.lazyredraw = true
-- vim.o.lazyredraw = true
-- decrease update time
vim.o.updatetime = 250