diff options
| author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-13 12:04:43 -0800 |
|---|---|---|
| committer | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-13 12:04:43 -0800 |
| commit | 4a686e3e921b0725edd654bafc20a77b1d7fb04a (patch) | |
| tree | 2aeddcb82547836d553074c59c800d5e93e05e6e /lua | |
| parent | ./README.md (diff) | |
| download | nvim-lspconfig-4a686e3e921b0725edd654bafc20a77b1d7fb04a.tar nvim-lspconfig-4a686e3e921b0725edd654bafc20a77b1d7fb04a.tar.gz nvim-lspconfig-4a686e3e921b0725edd654bafc20a77b1d7fb04a.tar.bz2 nvim-lspconfig-4a686e3e921b0725edd654bafc20a77b1d7fb04a.tar.lz nvim-lspconfig-4a686e3e921b0725edd654bafc20a77b1d7fb04a.tar.xz nvim-lspconfig-4a686e3e921b0725edd654bafc20a77b1d7fb04a.tar.zst nvim-lspconfig-4a686e3e921b0725edd654bafc20a77b1d7fb04a.zip | |
Add alias for texlab_buf_build
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/common_lsp/texlab.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/common_lsp/texlab.lua b/lua/common_lsp/texlab.lua index a24393e1..d5e450d8 100644 --- a/lua/common_lsp/texlab.lua +++ b/lua/common_lsp/texlab.lua @@ -125,6 +125,8 @@ function M.texlab_buf_build(bufnr) end) end +M.buf_build = M.texlab_buf_build + -- bufnr isn't actually required here, but we need a valid buffer in order to -- be able to find the client for buf_request. -- TODO find a client by looking through buffers for a valid client? |
