Remove the `equalalways` option from nvim config
It contained the default value, so it doesn’t have to exist in the config.main
parent
6486421c31
commit
cdb7bb5b1b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue