mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +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 {
|
return {
|
||||||
"wojciech-kulik/xcodebuild.nvim",
|
"wojciech-kulik/xcodebuild.nvim",
|
||||||
event = "VeryLazy",
|
--event = "VeryLazy",
|
||||||
|
ft = "swift",
|
||||||
--branch = "fix/issue-249",
|
--branch = "fix/issue-249",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user