added bufferline and others
This commit is contained in:
parent
c9553d36a3
commit
e6f34faa53
9 changed files with 323 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue