Feat(nvim): iskeyword _ for w motion

This commit is contained in:
Bertrand Benjamin 2023-06-15 06:36:32 +02:00
parent b745e15242
commit ff7880d04d
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ opt.nrformats = opt.nrformats + 'alpha'
g.showtabline = true
opt.iskeyword="_"
-- don't auto commenting new lines
cmd[[au BufEnter * set fo-=c fo-=r fo-=o]]