Add lualine updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-07-06 14:58:53 -05:00
parent b58786f5b4
commit bcb3c76419
4 changed files with 80 additions and 33 deletions

View file

@ -1,6 +1,9 @@
-- allow use of system keyboard
-- vim.opt.clipboard = "unnamedplus"
-- global status line
vim.opt.laststatus = 3
-- allow use of mouse
vim.opt.mouse = "a"