mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Lazy git commit
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
-- set termguicolors to enable highlight groups
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
local ok, bufferline = pcall(require, "bufferline")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
bufferline.setup({
|
||||
options = {
|
||||
mode = "tabs", -- set to "buffers" to only show buffers instead
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user