mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
initial commit
This commit is contained in:
17
modules/home-manager/nvim/old/lua/plugins/bufferline.lua
Normal file
17
modules/home-manager/nvim/old/lua/plugins/bufferline.lua
Normal file
@ -0,0 +1,17 @@
|
||||
return {
|
||||
'akinsho/bufferline.nvim',
|
||||
version = 'v3.*',
|
||||
dependencies = 'nvim-tree/nvim-web-devicons',
|
||||
config = {
|
||||
options = {
|
||||
offsets = {
|
||||
{
|
||||
filetype = 'neo-tree',
|
||||
text = 'NeoTree',
|
||||
text_align = 'left',
|
||||
separator = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user