fix
This commit is contained in:
parent
40e6a49141
commit
b5abcb8b0b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user