chore(nvim): folds and better cmdline
This commit is contained in:
parent
a766f3931e
commit
556fedaa0b
6 changed files with 201 additions and 238 deletions
|
@ -3,8 +3,8 @@ vim.g.mapleader = " "
|
|||
--termguicolors
|
||||
vim.opt.termguicolors = true
|
||||
--Relative line numbers
|
||||
vim.wo.number=true
|
||||
vim.wo.relativenumber= true
|
||||
vim.wo.number = true
|
||||
vim.wo.relativenumber = true
|
||||
--Remove search highlight
|
||||
vim.opt.hlsearch = false
|
||||
vim.opt.incsearch = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue