diff options
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? |
