chore: add warning message
This commit is contained in:
parent
b12bef50f9
commit
36865cc17d
@ -6,6 +6,7 @@
|
|||||||
return {
|
return {
|
||||||
---@type string the directory for database file and password file
|
---@type string the directory for database file and password file
|
||||||
dir = require 'Trans'.plugin_dir,
|
dir = require 'Trans'.plugin_dir,
|
||||||
|
warning = true,
|
||||||
debug = true,
|
debug = true,
|
||||||
---@type 'default' | 'dracula' | 'tokyonight' global Trans theme [see lua/Trans/style/theme.lua]
|
---@type 'default' | 'dracula' | 'tokyonight' global Trans theme [see lua/Trans/style/theme.lua]
|
||||||
theme = 'default', -- default | tokyonight | dracula
|
theme = 'default', -- default | tokyonight | dracula
|
||||||
|
@ -52,4 +52,12 @@ return function(opts)
|
|||||||
|
|
||||||
set_strategy_opts(conf)
|
set_strategy_opts(conf)
|
||||||
define_highlights(conf)
|
define_highlights(conf)
|
||||||
|
|
||||||
|
if Trans.conf.warning then
|
||||||
|
vim.notify([[
|
||||||
|
新版本v2已经发布, 见:
|
||||||
|
https://github.com/JuanZoran/Trans.nvim
|
||||||
|
请使用当前默认(v2)分支
|
||||||
|
]], vim.log.levels.WARN)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user