forked from lrvick/dotfiles
add some vim configs
This commit is contained in:
parent
fa89e5402a
commit
9b468a7ab5
|
@ -1 +1,9 @@
|
|||
require("config.lazy")
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.ruler = true
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.cursorcolumn = true
|
||||
vim.opt.colorcolumn = "80"
|
||||
vim.opt.statusline = "%l,%c"
|
||||
|
||||
|
|
Loading…
Reference in New Issue