Refactoring
- Added macos
This commit is contained in:
parent
03a7616e8c
commit
2c1ccaffd1
47 changed files with 76 additions and 33 deletions
16
global/.config/nvim/lua/plugins/nvim-bufferline.lua
Normal file
16
global/.config/nvim/lua/plugins/nvim-bufferline.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
opts = {
|
||||
options = {
|
||||
-- diagnostics = "nvim_lsp",
|
||||
always_show_bufferline = false,
|
||||
offsets = {
|
||||
{ filetype = "NvimTree", text = "File Explorer", highlight = "Directory", text_align = "left" },
|
||||
},
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
event = "VeryLazy",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue