1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 22:09:25 +00:00

[neovim] Fix gitsigns symbols

This commit is contained in:
2023-05-25 18:53:51 +02:00
parent a67d1337bb
commit 828b1147fc
2 changed files with 6 additions and 5 deletions

View File

@ -42,6 +42,7 @@ vim.opt.whichwrap:append("<,>,[,],h,l")
vim.opt.iskeyword:append("-")
vim.opt.formatoptions:remove({ "c", "r", "o" })
vim.opt.linebreak = true
vim.opt.numberwidth = 1
-- experimental
vim.opt.cmdheight = 0 -- Number of screen lines to use for the command-line