feat: add feline

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent b49508f7b9
commit bc3b1f05f2
3 changed files with 12 additions and 17 deletions

View file

@ -4,7 +4,7 @@ vim.g.maplocalleader = " "
vim.opt.belloff = "all"
vim.opt.backspace = "2"
vim.opt.showcmd = true
vim.opt.laststatus = 2
vim.opt.laststatus = 3 -- global status bar
vim.opt.swapfile = false
vim.opt.number = true