| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-01 | use xmap in detach | evakuator | |
| 2020-09-01 | use xmap instead of vmap in textobjects | evakuator | |
| 2020-08-22 | fix(modules): do not reattach if already attached | Steven Sojka | |
| 2020-08-06 | Add noremap option to mappings | RafaĆ Camlet | |
| 2020-08-02 | fix decremental selection | kiyan42 | |
| 2020-07-16 | Refactor locals.lua: | Stephan Seitz | |
| - shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua | |||
| 2020-07-14 | Add textobjects module | Stephan Seitz | |
| 2020-07-05 | Make luacheck happy | Stephan Seitz | |
| 2020-06-19 | refacto: remove buf_state | kiyan42 | |
| - remove buf_state and related code - add get_node_at_cursor() - better incremental selection (code is localized) | |||
| 2020-05-22 | Remove postspaces and avoid one global | Stephan Seitz | |
| 2020-05-12 | refacto/feat: better handling of parser updates | kiyan42 | |
| features: - node_movement is moving between scopes. - add selection initialization from normal mode - add a decremental selection improvements: - attach to buffer to run tree parsing on change - run state update on CursorMoved - the buffer state is: ``` { cursor_pos = { row=row, col=col }, current_node = node_under_cursor, selection = { range = nil, -- activates when starting a selection nodes = {} -- filling up when starting an incremental selection }, parser = parser, -- parser for current buffer } ``` - refacto all the modules reliant on parsing the tree, update the current nodes, get the current nodes... fixes: - fix has_parser to look for .so libraries - fix should select the whole file when selection root in selection | |||
| 2020-05-02 | modules: move textobj to incremental_selection | Thomas Vigouroux | |
| As suggested in #37, rename the textobj module to incremental_selection. Also adds a utility function to get the config of a module. | |||
