mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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
Reference in a new issue