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

6 lines
125 B
Lua
Raw Normal View History

2024-12-18 13:45:27 +03:00
vim.opt.hlsearch = true
vim.opt.ignorecase = true
vim.opt.incsearch = true
vim.opt.showmatch = true
vim.opt.smartcase = true