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