nix/module/common/nvim/config/Search.lua

6 lines
130 B
Lua
Raw Normal View History

vim.opt.hlsearch = true
vim.opt.ignorecase = true
vim.opt.incsearch = true
vim.opt.showmatch = true
vim.opt.smartcase = true