Commit Graph

14 Commits

Author SHA1 Message Date
charburgx
e4b97468ab feat: Merge JSX symbols into lsp tree 2022-09-14 21:26:27 -05:00
charburgx
b275066e23 style: Run stylua 2022-08-17 16:14:47 -05:00
Simrat Grewal
fb4962bf45 fix(provider): Handle tree-sitter not being installed or parser not installed 2022-08-15 20:28:59 -07:00
Simrat Grewal
f33bdb4be9 misc: formatting 2022-08-15 14:08:28 -07:00
Simrat Grewal
ed6c058eee chore: stylua 2022-08-10 15:29:39 -07:00
charburgx
2e79953f7e feat(providers): jsx provider 2022-07-14 01:46:59 -05:00
FollieHiyuki
d980dbf947 Format with stylua 2022-02-22 22:32:53 +07:00
Simrat Grewal
9d1d404472 fix(providers/markdown): Add multifile support
Fixes #90
2022-02-21 18:14:23 -08:00
Simrat
0347928385 fix(providers/coc): Check for coc_service_initialized
#85
2021-12-08 17:08:42 -08:00
simrat39
f4f2b5edfb rework(preview): Ask providers for hover info
Now lsp checks if client supports hover
Addresses #82
2021-11-24 21:44:23 -08:00
simrat39
552b67993e fix(providers/nvim-lsp): ipairs -> pairs
ipairs should only be used for lists
2021-10-21 16:52:07 -07:00
simrat39
a1bbef84b7 fix(coc): Fix COC installed check
Fixes #70
2021-10-06 14:22:18 -07:00
simrat39
042c8466a2 feat(providers): Inital COC support
Closes #68
Still needs support for code actions/hover/rename etc
2021-10-06 12:58:44 -07:00
simrat39
a0d563172d refactor: Add a generic provider module
In preperation for coc support
2021-10-05 22:46:53 -07:00