nix/home/file/nvim/module/config/Search.lua

6 lines
125 B
Lua

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