pub / dotfiles

Configuration of software on my computer
git clone https://src.jayvii.de/pub/dotfiles.git
Home | Log | Files | Exports | Refs | RSS

languages.toml (332B)


      1 [[language]]
      2 name = "markdown"
      3 scope = "source.md"
      4 injection-regex = "md|markdown"
      5 file-types = ["md", "markdown", "rmd", "Rmd", "PULLREQ_EDITMSG"]
      6 soft-wrap.enable = true
      7 roots = [".marksman.toml"]
      8 language-servers = [ "ltex" ]
      9 indent = { tab-width = 2, unit = "  " }
     10 
     11 [language-server.ltex]
     12 command = "$HOME/.local/bin/ltex-ls"
     13 
     14