mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 18:01:29 +00:00
clean
This commit is contained in:
parent
ca4ee432cf
commit
7fdd98ee35
3 changed files with 1 additions and 116 deletions
2
init.lua
2
init.lua
|
|
@ -36,7 +36,7 @@ vim.opt.incsearch = true
|
|||
vim.opt.termguicolors = true
|
||||
vim.opt.scrolloff = 8
|
||||
vim.opt.signcolumn = "yes"
|
||||
vim.opt.updatetime = 50
|
||||
vim.opt.updatetime = 250
|
||||
vim.opt.colorcolumn = ""
|
||||
vim.opt.mouse = "a"
|
||||
vim.opt.ignorecase = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue