1
0
Fork 0

add some vim configs

This commit is contained in:
Anton Livaja 2025-03-04 14:18:49 -08:00
parent fa89e5402a
commit 9b468a7ab5
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 8 additions and 0 deletions

View File

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