This commit is contained in:
Yuan Chiu 2025-05-06 20:49:18 +08:00
parent 1657d5ebe5
commit 2ff59608f5

View File

@ -8,7 +8,7 @@ return {
-- vim.lsp.buf_get_clients() is deprecated. Run ":checkhealth vim.deprecated" for more information -- vim.lsp.buf_get_clients() is deprecated. Run ":checkhealth vim.deprecated" for more information
"Spelis/project.nvim", "Spelis/project.nvim",
branch = "patch-1", branch = "patch-1",
enable = vim.fn.has("nvim-0.10") == 1, enabled = vim.fn.has("nvim-0.10") == 1,
config = function() config = function()
require("project_nvim").setup { require("project_nvim").setup {