changes to ui + telescope + remove bufferline

This commit is contained in:
Hunter 2025-04-05 21:38:12 -04:00
parent 4adcf3d2dd
commit 9a6707d21f
7 changed files with 85 additions and 37 deletions

View file

@ -25,6 +25,8 @@ m.init = function()
vim.o.clipboard = "unnamed"
vim.o.background = "dark"
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
end
return m