Update nvim config.
This commit is contained in:
parent
d65a5daf96
commit
83a6862734
8 changed files with 171 additions and 11 deletions
|
@ -64,4 +64,8 @@ vim.opt.cursorline = true -- hightlight line cursor is on
|
|||
vim.opt.ignorecase = true -- case insensitive search...
|
||||
vim.opt.smartcase = true -- unless I use caps
|
||||
vim.opt.hlsearch = true -- highlight matching text
|
||||
vim.opt.incsearch = true -- update results while I type
|
||||
vim.opt.incsearch = true -- update results while I type
|
||||
|
||||
-- Better Netrw
|
||||
vim.g.netrw_banner = 0 -- Hide banner
|
||||
vim.g.netrw_list_hide = (vim.fn["netrw_gitignore#Hide"]()) .. [[,\(^\|\s\s\)\zs\.\S\+]] -- use .gitignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue