mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update
This commit is contained in:
parent
24292ff1b9
commit
ebb2535ec2
6 changed files with 37 additions and 35 deletions
|
@ -52,15 +52,15 @@ return {
|
|||
lazy = true,
|
||||
-- event = "InsertEnter",
|
||||
},
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
lazy = true,
|
||||
-- event = "BufWinEnter",
|
||||
event = { "BufRead", "InsertEnter", "BufNewFile" },
|
||||
config = function()
|
||||
require("user.bufferline")
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "akinsho/bufferline.nvim",
|
||||
-- lazy = true,
|
||||
-- -- event = "BufWinEnter",
|
||||
-- event = { "BufRead", "InsertEnter", "BufNewFile" },
|
||||
-- config = function()
|
||||
-- require("user.bufferline")
|
||||
-- end,
|
||||
-- },
|
||||
-- for delete buffers (close files) without closing your windows or messing up your layout.
|
||||
-- { "moll/vim-bbye", event = "InsertEnter" },
|
||||
-- for view terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue