neovim: Avoid interpreting hyphenated numbers as negative
This commit is contained in:
parent
78e8d73b73
commit
bc6aaeb405
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ vim.o.shiftwidth = 4
|
|||
vim.o.smartindent = true
|
||||
vim.o.foldenable = false
|
||||
vim.o.joinspaces = false
|
||||
vim.o.nrformats = vim.o.nrformats .. ",blank"
|
||||
|
||||
-- Some ftplugin files will add 'o' back in again, so remove it again after the
|
||||
-- filetype has been determined.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue