changes
This commit is contained in:
parent
9fbdaed2d1
commit
bf92d0e733
4 changed files with 6 additions and 3 deletions
|
@ -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 = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue