Remove the `equalalways` option from nvim config

It contained the default value, so it doesn’t have to exist in the
config.
main
Jasper Bok 2022-11-18 17:04:34 +01:00
parent 6486421c31
commit cdb7bb5b1b
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ vim.opt.ignorecase = true
-- Enable line numbers.
vim.opt.number = true
-- Splits are automatically made the same size.
vim.opt.equalalways = true
-- Number of visual spaces a tab character counts for.
vim.opt.tabstop = 4