added bufferline and others

This commit is contained in:
Daniel B Sherry 2024-12-23 17:19:39 -06:00
parent c9553d36a3
commit e6f34faa53
9 changed files with 323 additions and 36 deletions

View file

@ -1,7 +1,6 @@
local colorscheme = 'default'
local colorscheme = "tokyonight"
local status_ok, _ = pcall(vim.cmd, 'colorscheme ' .. colorscheme)
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then
vim.notify('colorscheme ' .. colorscheme .. ' not found!')
return
end