aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/purescriptls.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-46/+0
|
* config: remove unnecessary code comennts and utf8 optionHirokazu Hata2020-06-161-1/+1
| | | | | 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.
* docgen: use package.json url instead of VSCode extension nameHirokazu Hata2020-05-181-1/+1
| | | | | VSCode extensions are so large size and we offten get a network error with downloading them. So we had better to directory download package.json.
* Add Purescript language server (#168)Antoine Gagné2020-03-181-0/+46
* Add Purescript language server