Merge pull request #16 from JuanZoran/experimental
fix: fix window open and neovim version
This commit is contained in:
@ -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' },
|
||||
|
Reference in New Issue
Block a user