Format the plugin configs

This commit is contained in:
2023-03-05 13:50:46 +05:30
parent 43140cc257
commit d3432b7ffc
10 changed files with 368 additions and 368 deletions

View File

@@ -3,11 +3,11 @@ vim.opt.termguicolors = true
local ok, bufferline = pcall(require, "bufferline")
if not ok then
return
return
end
bufferline.setup({
options = {
mode = "tabs", -- set to "buffers" to only show buffers instead
},
options = {
mode = "tabs", -- set to "buffers" to only show buffers instead
},
})