Commit Graph

67 Commits (d02d4c1c5289a944d348bf060d3f50cd2d4ec268)

Author SHA1 Message Date
Allen Horine d02d4c1c52
Fix: nil error processing treesitter query results, nil error when (#300)
viewing references (deprecated method), remaining vim.loop -> vim.uv
conversion
4 months ago
ray-x 5fb82ee1bc Avoid assert when tracing error msg 6 months ago
rayx 5cf1459e03
vim.uv and off page ts_context not loaded (#293)
* bugfix ts context not shown for off-page entries

* logs cleanup

* vim.loop -> vim.uv
7 months ago
ray-x 50973a602a Nerd font v3 for treesitter 7 months ago
ray-x d6ff1ed594 trying to add python virtualenv 7 months ago
ray-x b81dacac5d Next treesitter reference error ]r #274 1 year ago
ray-x 59b89e60a8 Preview definition treesitter failure because of API changed 1 year ago
ray-x 86ed353f62 fix treesitter node nil in logs 1 year ago
ray-x 274581e35e float title 1 year ago
ray-x f16029fd25 ts_utils.is_in_node_range for old nevim versions 1 year ago
ray-x c000890350 using vim.log.levels instead of vim.log.lsp_levels 1 year ago
ray-x 6dc7a842f7 issue #262 sumneko_lua deprecated 1 year ago
ray-x 08f8b2cf13 Chore: lint and treesitter update 1 year ago
ray-x 7e95b1baae add new options treesitter_analysis 1 year ago
ray-x 9ecc909548 add treesitter depth setup 2 years ago
ray-x a356035440 remove last item in ts context 2 years ago
ray-x df7f4d7229 better format ts_context text 2 years ago
ray-x fb87a0b1b7 long line improvement 2 years ago
ray-x 927c464b70 optimize for go and ts_contex 2 years ago
ray-x edee3e39c6 merge changes for treesitter symbole context 2 years ago
ray-x b131251ad8 send floating view result to quickfix; de-duplicate references 2 years ago
ray-x 56b00b83d5 diagnostic func failed to keymap 2 years ago
ray-x 7d84a9f0c0 issue #201 vfn nil 2 years ago
ray-x 724d5f3439 add scope info in treesitter panel 2 years ago
ray-x 3dc8c02c39 add scope info in panel 2 years ago
ray-x 91d1366b65 update treesitter for 0.6.1 pipeline 2 years ago
ray-x d951a5fcd2 fix for test failure 2 years ago
ray-x 8d77c3ab1e bug fix for #166 not all items shown in listview. Also add flag allow control when the ts info will be added
update readme
2 years ago
ray-x 9dee73010b optimize treesitter symbol tree 2 years ago
rayx 1f6103ed95
Side panel (#197)
* add sidepanel

* revert some changes and fix nil indent level

* Add side panel; bugfix for ctags
2 years ago
ray-x 7bfd9157fe update TS fold 2 years ago
ray-x 3ad93531b5 unit tests for treesitter 2 years ago
ray-x 61a82559d6 add treesitter tests 2 years ago
ray-x 6b4cfa3d59 symbol layout update 2 years ago
ray-x 01801ba8fa change ts not load notify level 2 years ago
ray-x 3f49769abc lint all codes 2 years ago
ray-x cd53b02f93 use native get_node_text 2 years ago
ray-x c528b58bb9 replace print to notify, add workspace gui 2 years ago
ray-x 262181246d update symbol preview with treesitter scope 3 years ago
ray-x 74ea1ddd73 document update 3 years ago
ray-x d6b81ba8ab bug fix #91 outgoing_calls failure for pyright 3 years ago
rayx 91e22f5e71
Lv thread (#60)
* update tests, update total display

* not run ts def multiple time

* Thread enable for display and backend

* remove ::continue::

* README updates

* skip diagnostic in edit mode

* error marker uri nil handling

* disable debug

* debounce text change to 1s

* severity sort

* diagnostic skip loading files
3 years ago
ray-x 26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) 3 years ago
ray-x 2a174d8eb4 typo, cleanup 3 years ago
ray-x 940349759b Feature: LRU cache for search result 3 years ago
ray-x d39cf20903 disable all lsp #49 by setting disable_lsp='all' 3 years ago
ray-x 58ac955777 codelens support, foldelsp 3 years ago
ray-x d29ce05d16 New treesitter util helper to find node type in current line 3 years ago
ray-x 95b45a6cf6 windows path fix: issue #20 3 years ago
Mateus B. Melchiades a955e07992
Symbols aggregated in config (#15) 3 years ago