diff options
Diffstat (limited to 'lua/common_lsp/texlab.lua')
| -rw-r--r-- | lua/common_lsp/texlab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/common_lsp/texlab.lua b/lua/common_lsp/texlab.lua index d5e450d8..2fd74c81 100644 --- a/lua/common_lsp/texlab.lua +++ b/lua/common_lsp/texlab.lua @@ -105,7 +105,7 @@ end function M._setup_buffer() util.nvim_multiline_command [[ - command! TexlabBuild lua require'common_lsp/texlab'.texlab_buf_build(0) + command! TexlabBuild -buffer lua require'common_lsp/texlab'.texlab_buf_build(0) ]] end |
