aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: document the new runtime query systemThomas Vigouroux2020-08-141-7/+13
|
* Lua: highlight function nameSantos Gallegos2020-08-091-0/+4
|
* Add TSUninstallStephan Seitz2020-08-021-0/+7
|
* Add TSUpdate command to update parsersStephan Seitz2020-08-021-0/+5
|
* Docs: rework readmeSantos Gallegos2020-07-291-7/+7
| | | | | | | | - Fix some typos - Remove some unnecessary text that was taking space - Use double quotes in lua examples (this seems to be the convention in the source code) - Sort list of languages so they are easy to find.
* Docs: format and fixesSantos Gallegos2020-07-271-107/+143
| | | | Format the docs to be consisted and some typos.
* Parsers: add reStructuredTextSantos Gallegos2020-07-271-4/+32
|
* Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz2020-07-141-0/+42
|
* Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz2020-07-131-0/+15
|
* remove doc/tagsSainnhepark2020-07-011-59/+0
|
* Rgenerate doc/tagsStephan Seitz2020-06-301-0/+1
|
* Extend documentation for TSErrorStephan Seitz2020-06-291-1/+7
|
* Fix typo in documentation: `labe:` -> `label:`Stephan Seitz2020-06-281-1/+1
|
* update docs for TSInstallkiyan422020-06-271-2/+3
|
* highlight: use custom highlight groupsThomas Vigouroux2020-06-262-0/+163
|
* add winnr to get_node_at_cursorkiyan422020-06-191-1/+2
|
* update docskiyan422020-06-192-40/+29
|
* Fix example mappingsSantos Gallegos2020-06-011-1/+1
|
* docs: document foldingThomas Vigouroux2020-05-252-0/+13
|
* docs: missing EOF for init.vimK Lauer2020-05-191-0/+1
|
* Expose internal api.kiyan422020-05-152-12/+76
| | | | | | | | - add `exposed_state` to expose 'current_node' and 'cursor_pos' for a current buffer to the user. - add `get_buf_state` and `get_node_api` for users. - add documentation about api functions. - remove `node_movement` module which should be done in user side.
* refacto/feat: better handling of parser updateskiyan422020-05-121-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* docs: add statusline indicator informations.Thomas Vigouroux2020-05-072-1/+14
| | | | Also document newly added parsers by adding them in the readme.
* Add documentation for `node_movement`, rename: `textobj` -> ↵Stephan Seitz2020-05-031-13/+23
| | | | `incremental_selection`
* update docs for ensure installed, move modules config in config.moduleskiyan422020-05-011-1/+2
|
* add vim documentationkiyan422020-04-282-25/+36
|
* add documentationkiyan422020-04-281-0/+90