Christian Clason
Christian Clason
Is `nvim-cmp` even using treesitter for its float? I think it's easier to check the `nvim-cmp` sources (or ask at the repo) for the highlight groups it uses.
But if it's an external tool (of which there already are several, like https://github.com/nschloe/blacktex), why should it be shoehorned into an independent LSP server instead of going through standard editor...
> may I ask what's the benefit of an independent formatter in latex-lsp over hooking up with an existing external formatter? There is none -- an external formatter should be...
> in my mind, the formatting rules can be agreeable among all authors right Oh, you sweet summer child... > it's more about being consistent than being autocratic on style,...
> You could say that about any code formatting, still many people use formatters to help them write more readable code. And depending on your workflow it could also help...
can you share your Neovim configuration for texlab?
and what's your texlab version?
try specifying the full set of `build` arguments (see documentation)
...and Neovim does not expand the `~` here, either -- you need to explicitly pass `vim.fn.expand('~/.indentconfig')` instead.
Could you share your neovim LSP configuration?