mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 14:42:37 +00:00
feat: Adds filetype to xcodebuild.nvim plugin for lazy loading
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user