From 1657d5ebe58f4e667e162bb1cf7fd322206e26e5 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Tue, 6 May 2025 20:45:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=20nvim:=20project.nvim=20=E8=A6=81=E5=9C=A8?= =?UTF-8?q?nvim=200.10=E4=BB=A5=E4=B8=8A=E7=89=88=E6=9C=AC=E6=89=8D?= =?UTF-8?q?=E8=83=BD=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nvim/exact_lua/exact_plugins/exact_components/file.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/nvim/exact_lua/exact_plugins/exact_components/file.lua b/dot_config/nvim/exact_lua/exact_plugins/exact_components/file.lua index 55a9f7f..0ab957d 100644 --- a/dot_config/nvim/exact_lua/exact_plugins/exact_components/file.lua +++ b/dot_config/nvim/exact_lua/exact_plugins/exact_components/file.lua @@ -8,6 +8,7 @@ return { -- vim.lsp.buf_get_clients() is deprecated. Run ":checkhealth vim.deprecated" for more information "Spelis/project.nvim", branch = "patch-1", + enable = vim.fn.has("nvim-0.10") == 1, config = function() require("project_nvim").setup {