aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/texlab.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-85/+0
|
* config: remove unnecessary code comennts and utf8 optionHirokazu Hata2020-05-181-4/+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.
* window/showMessage: the display level can be set for 'window/showMessage' ↵Hirokazu Hata2020-02-241-1/+0
| | | | | | notification related with #127
* rename "skeleton" to "configs" #100Michael Lingelbach2020-01-311-3/+3
| | | | | | | | | | | | | | `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64
* CI: luacheck #86Hirokazu Hata2019-12-311-14/+14
|
* Change root_dir for single instance servers (#33)Ashkan Kiani2019-11-171-1/+1
| | | | * Use os_homedir as root_dir for single instance servers.
* Fix docs and add util.once (#31)Ashkan Kiani2019-11-171-3/+1
|
* Texlab settings (#14)Christian Clason2019-11-151-1/+16
| | | | * mark settings markdown as lua * add complete set of (default) options for texlab
* Rename to nvim_lsp and nvim-lsp.Ashkan Kiani2019-11-141-0/+77