fix: fix window open and neovim version
This commit is contained in:
parent
6657392a27
commit
ce688eb670
@ -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' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user