aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/sourcekit.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-22/+0
|
* Add c/cpp/obj-c/obj-cpp to sourcekitDaniel Cheng (鄭郁邦)2020-07-221-1/+1
|
* config: remove unnecessary code comennts and utf8 optionHirokazu Hata2020-05-181-3/+0
| | | | | Remove meaningless code comments because they are increased by copy and paste. Currently, utf8 options are only supported by clangd, so remove them from unnecessary ones.
* fix package.json source URIHirokazu Hata2020-04-101-1/+1
| | | | Resolve CI failure: https://github.com/neovim/nvim-lsp/runs/576174254
* Add Swift support through sourcekit-lspMarin Usalj2020-04-061-0/+25
This is still experimental, and requires you to have sourcekit-lsp in your PATH. You can find the binary with `xcrun --find sourcekit-lsp`