feat: adding documentation

This commit is contained in:
Carlos
2025-02-09 15:30:19 -05:00
parent 081350a9ec
commit bb8da95cc1
4 changed files with 34 additions and 13 deletions

View File

@@ -2,6 +2,8 @@ vim.cmd("let g:netrw_liststyle = 3")
local opt = vim.opt
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
opt.relativenumber = true
opt.number = true