fix(extras): use lazyvim plugin to immediatedly load autocmds

This commit is contained in:
Feliche-Demian Netliukh 2025-02-03 16:21:13 +00:00
parent eef8a93cb4
commit be88988cf5
No known key found for this signature in database

View file

@ -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()