LunarVim/lua
PZ31k0nauT b6c8d4b2a2
User configurable latex lsp#2 (#861)
* Adjust tex.lua and default-config for lsp magic

With this commit table elements are added to default-config.lua, which
are referenced in tex.lua. The settings are set to default.

This enables the user to configure settings accordingly inside of
lv-config.lua.
- build arguments
- forwardsearch executable e.g. zathura
- forwardsearch arguments for chosen executable are implemented
  automatically
- handlers for virtual_text, signs, underline and update_in_insert are
  set to the default

* Added Texlab-Build and Forward as which-keys

With this commit the two commands `:TexlabBuild` and `:TexlabForward`
are added as which-keys under the category +LaTeX.

- b is for TexlabBuild
- p is for TexlanForward (Preview)

* Change which-key for +Latex

The which-key for +Latex has to be changed because `L` is already used
by +Lush.

With this commit the which-key for +Latex is changed to `t`.

* Add documentation of options

All configurable texlab option is documented in lv-config.example.lua.

Also a link to the documentation of the options from latex-lsp/texlab
is added.
2021-07-14 01:42:36 -04:00
..
core Fix dashboard which key still appears when dashboard disabled (#923) 2021-07-14 00:45:11 -04:00
lsp Allow override tsserver formatter args (#921) 2021-07-14 00:46:01 -04:00
lv-user readme in user config 2021-07-06 11:48:14 -04:00
lv-utils poc with local prettier working 2021-07-13 00:48:37 -04:00
spacegray decrease brightness 2021-07-12 12:56:04 -04:00
default-config.lua User configurable latex lsp#2 (#861) 2021-07-14 01:42:36 -04:00
keymappings.lua refactor single file 2021-07-12 21:11:43 -04:00
plugins.lua protected call for formatter.nvim 2021-07-13 01:08:03 -04:00
settings.lua remove tilde from EndOfBuffer in transparent mode (#885) 2021-07-12 00:31:27 -04:00