This commit is contained in:
Yuan Chiu 2025-05-06 17:11:34 +08:00
parent 40e6a49141
commit b5abcb8b0b

View File

@ -1,5 +1,5 @@
-- 如果nvim不在0.10以上,則不載入
if not vim.fn.has("nvim-0.10") == 1 then return {} end
if vim.fn.has("nvim-0.10") == 0 then return {} end
-- 專責 LSP / 補全相關 plugin 定義
return {