ItsNoah

helix lsp

Aug 18th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [[language]]
  2. name = "lua"
  3. injection-regex = "lua"
  4. scope = "source.lua"
  5. file-types = ["lua"]
  6. shebangs = ["lua"]
  7. roots = [".luarc.json", ".luacheckrc", ".stylua.toml", ".git"]
  8. comment-token = "--"
  9. indent = { tab-width = 2, unit = " " }
  10. language-servers = [ "lua-language-server" ]
  11.  
  12. [[grammar]]
  13. name = "lua"
  14. source = { git = "https://github.com/MunifTanjim/tree-sitter-lua", rev = "887dfd4e83c469300c279314ff1619b1d0b85b91" }
Advertisement
Add Comment
Please, Sign In to add comment