mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 17:49:26 +00:00
[neovim] remove unnecessary autocommand and replace it with an option
This commit is contained in:
@ -40,6 +40,7 @@ vim.opt.fillchars.eob = " "
|
||||
vim.opt.shortmess:append("c")
|
||||
vim.opt.whichwrap:append("<,>,[,],h,l")
|
||||
vim.opt.iskeyword:append("-")
|
||||
vim.opt.formatoptions:remove({ "c", "r", "o" })
|
||||
|
||||
-- experimental
|
||||
vim.opt.cmdheight = 0 -- Number of screen lines to use for the command-line
|
||||
|
Reference in New Issue
Block a user