mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Adds xcodebuild nvim plugin
This commit is contained in:
@@ -61,6 +61,7 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
cmd = { "/usr/bin/sourcekit-lsp" }
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd('LspAttach', {
|
||||
@@ -81,7 +82,8 @@ return {
|
||||
{ "]d", vim.diagnostic.goto_prev, desc = "Go to next diagnostic" },
|
||||
}, {
|
||||
mode = 'n',
|
||||
silent = true
|
||||
silent = true,
|
||||
noremap = true
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user