aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/jsonls.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-51/+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.
* window/showMessage: the display level can be set for 'window/showMessage' ↵Hirokazu Hata2020-02-241-2/+0
| | | | | | notification related with #127
* lua: remove `settings = {}`Hirokazu Hata2020-02-161-1/+0
| | | | configs.lua set settings vim.empty_dict() as default
* jsonls (vscode-json-languageserver) #85Hirokazu Hata2020-02-021-0/+54