Skip to content

vitallium/zed-ltex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTeX+ Language Server

LTEX+ Language Server support for Zed editor.

Configuration

See the LTeX+ Language Server documentation for more information on how to configure the LTeX+ Language Server.

Changing the language

If you want to use a different language than the default, you can set the ltex.language setting to the language code you want to use. For example, to use German, you would set the setting to de.

{
  "lsp": {
    "ltex": {
      "settings": {
        "ltex": {
          "language": "de"
        }
      }
    }
  }
}