Added NeoVim config files
This commit is contained in:
14
files/system/etc/xdg/nvim/lua/plugins/remove-bufferline.lua
Normal file
14
files/system/etc/xdg/nvim/lua/plugins/remove-bufferline.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
version = "*",
|
||||
dependencies = "nvim-tree/nvim-web-devicons",
|
||||
opts = {
|
||||
options = {
|
||||
mode = "tabs",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user