fix: fix window open and neovim version

This commit is contained in:
JuanZoran 2023-01-26 23:55:19 +08:00
parent 6657392a27
commit ce688eb670

View File

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