summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/ben/plugins/gitignore.lua8
1 files changed, 4 insertions, 4 deletions
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 = {
- { "<leader>gi", "<cmd>FzfGitignore<cr>" },
- },
+ ft = "gitignore",
}