feat: Adds filetype to xcodebuild.nvim plugin for lazy loading

This commit is contained in:
2024-12-20 10:01:24 -05:00
parent 5f07ffede9
commit 4a023203bd

View File

@@ -2,7 +2,8 @@ local progress_handle
return {
"wojciech-kulik/xcodebuild.nvim",
event = "VeryLazy",
--event = "VeryLazy",
ft = "swift",
--branch = "fix/issue-249",
dependencies = {
"nvim-telescope/telescope.nvim",