blob: a3299999f8338f0e72d1141484e7ba59d4410469 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- https://github.com/npezza93/ttags
---@type vim.lsp.Config
return {
cmd = { 'ttags', 'lsp' },
filetypes = { 'ruby', 'rust', 'javascript', 'haskell' },
root_markers = { '.git' },
}
|