summaryrefslogtreecommitdiff
path: root/lsp/asm.lua
blob: 5630949c911d75f0ab274c9b3ed3a26c0e2c54c8 (plain)
1
2
3
4
5
6
return {
  cmd = { "asm-lsp" },
  filetypes = { "asm", "s" },
  root_markers = { ".git", "Makefile" },
  single_file_support = true,
}