Add lazy and plugins dir
This commit is contained in:
parent
1dacc4c2d3
commit
a467ba4a69
25 changed files with 1393 additions and 0 deletions
12
lua/rakshit/plugins/bufferline.lua
Normal file
12
lua/rakshit/plugins/bufferline.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-- Adds a new line for the open buffers (aka tabs)
|
||||
return {
|
||||
'akinsho/bufferline.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
version = '*',
|
||||
opts = {
|
||||
options = {
|
||||
mode = 'tabs',
|
||||
separator_style = 'slant',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue