More config

This commit is contained in:
mvsrgc 2023-04-11 15:52:38 -04:00
parent 7cecf4fcb1
commit 80f77a61dd
4 changed files with 31 additions and 128 deletions

View file

@ -0,0 +1,9 @@
vim.o.number = true
require('nord').set()
require('lualine').setup {
options = {
theme = 'nord',
}
}