This commit is contained in:
Tiago Sousa 2023-11-03 17:00:53 +00:00
parent 9fbdaed2d1
commit bf92d0e733
4 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,4 @@
vim.opt.guicursor=""
vim.opt.nu = true
vim.opt.relativenumber = true
@ -38,4 +39,6 @@ vim.opt.updatetime = 50
-- Don't pass messages to |ins-completion-menu|.
vim.opt.shortmess:append("c")
vim.opt.colorcolumn="80"
vim.g.mapleader = " "