Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration within vimrc #264

Open
rudrab opened this issue Jul 16, 2023 · 0 comments
Open

configuration within vimrc #264

rudrab opened this issue Jul 16, 2023 · 0 comments
Labels
1-question ❓ Issue type: General or specific question about LTeX

Comments

@rudrab
Copy link

rudrab commented Jul 16, 2023

Dear all,
I just heard about LTex today. I have installed coc-ltex for Vim.
My coc-lsp-setting is:

g:coc_user_config = {
      \ 'diagnostic.errorSign': '',
      \ 'diagnostic.warningSign': '',
      \ 'diagnostic.infoSign': '',
      \ 'languageserver': {
      \ 'latex': {
      \   'command': '/home/rudra/.config/coc/extensions/coc-texlab-data/texlab',
      \   'ignoredRootPaths': ['~'],
      \   'filetypes': ['tex', 'bib', 'plaintex', 'context'],
      \ },
      \ 'latex2': {
      \ 'command': 'coc-ltex',
      \ 'ltex.language': 'en-GB'
      \ },
      \ }
      \ }

As you can see, I want to you both texlab and ltex.
I am having the following problem:

  1. I want to change the language from en-US to en-GB.
  2. I also can not find the proper command .

Can you kindly advice me proper vimrc or any other file setup?

@rudrab rudrab added the 1-question ❓ Issue type: General or specific question about LTeX label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-question ❓ Issue type: General or specific question about LTeX
Projects
None yet
Development

No branches or pull requests

1 participant