fix: remove redundant autocmd for formatter
This commit is contained in:
@@ -47,6 +47,7 @@ au({ 'WinEnter', 'InsertLeave' }, {
|
||||
au({ 'WinLeave', 'InsertEnter' }, {
|
||||
group = group,
|
||||
callback = function()
|
||||
-- Keep it on NvimTree to show current file
|
||||
if vim.bo.filetype == 'NvimTree' then
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user