chore(nvim): a bunch of stuff

This commit is contained in:
Afonso Franco 2025-01-03 18:30:23 +00:00
parent 674dcb8d12
commit c388f2843a
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 18 additions and 6 deletions

View file

@ -9,8 +9,9 @@ vim.wo.relativenumber = true
vim.opt.hlsearch = false
vim.opt.incsearch = true
vim.opt.smartindent = true
-- Make searches case insensitive (except when using uppercase)
vim.opt.smartcase = true
--Change word definition
vim.opt.iskeyword:append("-")
vim.opt.iskeyword:append("_")
--Remove Wrap
vim.opt.wrap = false