mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 06:27:18 +01:00
add hlsearch
This commit is contained in:
@@ -10,6 +10,8 @@ vim.opt.showmode = false
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.listchars = 'tab:» ,extends:›,precedes:‹,nbsp:·,trail:·,eol:↵'
|
||||
|
||||
vim.opt.hlsearch = true
|
||||
|
||||
-- global status line ftw
|
||||
vim.opt.laststatus = 3
|
||||
-- sometimes handy, sometimes not, still evaluating
|
||||
|
||||
Reference in New Issue
Block a user