Initial commit
This commit is contained in:
7
lua/plugins/config/bufferline.lua
Normal file
7
lua/plugins/config/bufferline.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
require("bufferline").setup {
|
||||
options = {
|
||||
offsets = {{ filetype = "NvimTree", text = "", padding = 1 }},
|
||||
tab_size = 20,
|
||||
separator_style = "thin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user