Merge pull request #16 from JuanZoran/experimental

fix: fix window open and neovim version
This commit is contained in:
Zoran 2023-01-26 23:56:26 +08:00 committed by GitHub
commit 7194858b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
local M = {} local M = {}
local title = vim.fn.has('nvim-0.9') and { local title = vim.fn.has('nvim-0.9') == 1 and {
{ '', 'TransTitleRound' }, { '', 'TransTitleRound' },
{ ' Trans', 'TransTitle' }, { ' Trans', 'TransTitle' },
{ '', 'TransTitleRound' }, { '', 'TransTitleRound' },