mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-22 02:08:59 +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 {
|
return {
|
||||||
-- tabpage rename with cmd name
|
-- tabpage rename with cmd name
|
||||||
{
|
{
|
||||||
"akinsho/bufferline.nvim",
|
"LazyVim/LazyVim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
-- custom tabpage naming pattern
|
-- custom tabpage naming pattern
|
||||||
local function getCurrentCwdDirName()
|
local function getCurrentCwdDirName()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue