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