mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-21 17:58:37 +02:00
fix(extras): use lazyvim plugin to immediatedly load autocmds
This commit is contained in:
parent
eef8a93cb4
commit
be88988cf5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ end
|
|||
return {
|
||||
-- tabpage rename with cmd name
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
"LazyVim/LazyVim",
|
||||
opts = function(_, opts)
|
||||
-- custom tabpage naming pattern
|
||||
local function getCurrentCwdDirName()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue