From cf473c39984ff94b574d9ebf25ad5ff6e63868e0 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 12 Oct 2023 11:27:20 -0400 Subject: Try to fix fzf-gitignore --- lua/ben/plugins/gitignore.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/ben') diff --git a/lua/ben/plugins/gitignore.lua b/lua/ben/plugins/gitignore.lua index 43ada5a..0a657d9 100644 --- a/lua/ben/plugins/gitignore.lua +++ b/lua/ben/plugins/gitignore.lua @@ -8,11 +8,11 @@ return { end, }, }, + cond = function() + return vim.fn.executable("python3") == 1 + end, build = function() vim.cmd([[UpdateRemotePlugins]]) end, - filetype = "gitignore", - keys = { - { "gi", "FzfGitignore" }, - }, + ft = "gitignore", } -- cgit v1.2.3