Update set.lua

This commit is contained in:
Rawley Fowler 2022-07-26 08:00:06 -06:00 committed by GitHub
parent 356fec149f
commit d6c153abce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
local set = vim.opt
set.nu = true
set.tabstop = 2
set.shiftwidth = 2
@ -6,6 +7,8 @@ set.hlsearch = false
set.incsearch = true
set.smartindent = true
set.wrap = false
set.encoding = 'utf-8'
set.guifont = 'Iosevka Nerd Font Mono 14'
-- Lower update time the better (ms)
set.updatetime = 50