1
0
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:
2022-11-20 19:38:12 +01:00
parent 7a47f64b8f
commit 4d0abc2278
2 changed files with 7 additions and 6 deletions

View File

@ -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