Feat: remove _ for keyword

This commit is contained in:
Bertrand Benjamin 2023-10-06 14:13:07 +02:00
parent 6c6bbb47f3
commit 9c5c85fe29
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ 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]]