feat(lvim): remove nvchad configs and add lvim configs
This commit is contained in:
16
lvim/lua/configs/bufferline.lua
Normal file
16
lvim/lua/configs/bufferline.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
vim.opt.termguicolors = true
|
||||
lvim.builtin.bufferline = {
|
||||
options = {
|
||||
mode = "buffers",
|
||||
separator_style = "slant",
|
||||
offsets = {
|
||||
{
|
||||
filetype = "NeoTree",
|
||||
text = "File Explorer",
|
||||
highlight = "Directory",
|
||||
separator = true,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user