mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
12 lines
393 B
Lua
12 lines
393 B
Lua
--=============================================================================
|
|
-- winbar.lua --- winbar plugin
|
|
-- Copyright 2025 Eric Wong
|
|
-- Author: Eric Wong < wsdjeg@outlook.com >
|
|
-- URL: https://spacevim.org
|
|
-- License: GPLv3
|
|
--=============================================================================
|
|
|
|
if vim.fn.exists('+winbar') == 1 then
|
|
require('winbar').setup()
|
|
end
|