aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add documentation for `node_movement`, rename: `textobj` -> ↵Stephan Seitz2020-05-032-14/+35
| | | | | | | | | | | | `incremental_selection`
| * | Add 'nvim-treesitter/node-movement'Stephan Seitz2020-05-033-0/+161
|/ /
* | Merge pull request #39 from vigoux/incremental_selectionKiyan Yazdani2020-05-022-4/+8
|\ \ | | | | | | Move textobj module to incremental_selection.
| * | modules: move textobj to incremental_selectionThomas Vigouroux2020-05-022-4/+8
|/ / | | | | | | | | As suggested in #37, rename the textobj module to incremental_selection. Also adds a utility function to get the config of a module.
* | Merge pull request #36 from theHamsta/community-parsersKiyan Yazdani2020-05-011-0/+56
|\ \ | | | | | | Add some more community parsers
| * | Add some more community parsersStephan Seitz2020-05-011-0/+56
| | | | | | | | | | | | The haskell one really takes long to compile
* | | Merge pull request #35 from kyazdani42/refacto/config-docThomas Vigouroux2020-05-013-47/+48
|\ \ \ | |/ / |/| | update docs for ensure installed, move modules config in config.modules
| * | update docs for ensure installed, move modules config in config.moduleskiyan422020-05-013-47/+48
|/ /
* | Merge pull request #34 from theHamsta/ensure_installedKiyan Yazdani2020-05-012-1/+25
|\ \ | | | | | | Add function 'nvim-treesitter/install'.ensure_installed
| * | Avoid global handle to enable installing multiple parsers in parallelStephan Seitz2020-05-011-1/+3
| | |
| * | Add `ensure_installed` option to configStephan Seitz2020-05-011-0/+3
| | |
| * | Add function 'nvim-treesitter/install'.ensure_installedStephan Seitz2020-05-011-0/+19
|/ /
* | Merge pull request #33 from kyazdani42/doc/add-documentationThomas Vigouroux2020-04-282-0/+101
|\ \ | | | | | | Doc/add documentation
| * | add vim documentationkiyan422020-04-282-25/+36
| | |
| * | add documentationkiyan422020-04-281-0/+90
| | |
* | | Merge pull request #32 from kyazdani42/feat/readme-infosThomas Vigouroux2020-04-281-2/+64
|\ \ \ | |/ / |/| | edit: add information to the readme
| * | edit: add information to the readmekiyan422020-04-281-2/+64
|/ / | | | | | | | | - commands descriptions - list of supported languages
* | Merge pull request #30 from kyazdani42/fix/arg-positionning-installKiyan Yazdani2020-04-271-6/+6
|\ \ | | | | | | fix install by changing cc arguments position
| * | fix install by changing cc arguments positionkiyan422020-04-271-6/+6
|/ /
* | Merge pull request #28 from vigoux/checkhealth-highlightKiyan Yazdani2020-04-262-17/+24
|\ \ | | | | | | Add highlight to healthchecks
| * | health(refactor): move checks inside health.luaThomas Vigouroux2020-04-263-34/+23
| | |
| * | health: add highlight to healthchecksThomas Vigouroux2020-04-262-0/+18
|/ /
* | Merge pull request #23 from vigoux/feature/textobjectsKiyan Yazdani2020-04-255-13/+111
|\ \ | | | | | | Node and scope text objects
| * | refactor(textobj): remove unnecessary functionsThomas Vigouroux2020-04-251-12/+4
| | |
| * | refactor(textobj): use configs and don't use VimLThomas Vigouroux2020-04-254-58/+74
| | |
| * | textobj: little refactorThomas Vigouroux2020-04-252-13/+14
| | |
| * | textobj: add incremental scope selectionThomas Vigouroux2020-04-254-3/+40
| | |
| * | textobj: add incremental node selectionThomas Vigouroux2020-04-253-6/+58
|/ /
* | Merge pull request #26 from kyazdani42/fix/config-isenabledThomas Vigouroux2020-04-252-7/+8
|\ \ | | | | | | fix: config is enabled also checks parser existence
| * | fix: config is enabled also checks parser existencekiyan422020-04-252-7/+8
|/ /
* | Merge pull request #18 from kyazdani42/improve-configsThomas Vigouroux2020-04-258-111/+452
|\ \ | | | | | | feat/refacto: add user interactions, improve configurations
| * | feat/refacto: improve configurationskiyan422020-04-248-111/+452
| |/ | | | | | | | | | | | | | | | | | | | | - You should now get the configs through functions - Configs for languages are now inside a local object called parsers - You can get the parser installation configurations with `get_parser_configs` - A new object has been initialized inside configs to specify module config (called config). - Provide functions to enable/disable a module on one buffer - Provide functions to enable/disable a module on all buffers, and if filetype is specified, for specific filetype - Provide function to determine if module is activated for a specified filetype
* | Merge pull request #25 from TravonteD/ruby-supportThomas Vigouroux2020-04-242-0/+185
|\ \ | | | | | | Add query/locals for ruby syntax highlighting
| * | Squashed commit of the following:TravonteD2020-04-242-0/+185
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1b3700b0cd68cb507c64b7243a5bea050379f09c Author: TravonteD <tman1300@aol.com> Date: Fri Apr 24 08:44:34 2020 -0400 remove local from the capture groups commit 62f1a613c7c6f26e3a85f06f322ead28280dc7ca Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 18:43:09 2020 -0400 update captures for identifiers commit 9966d5a9cd780b2de80e620cee6833fd341028d0 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 18:42:42 2020 -0400 add capture for constants that are recievers of a method call commit 10f03606710a3a54c8c722e4883b9475c6f9f776 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 17:54:25 2020 -0400 update captures for function definitions and calls commit 4b350274cb02e1b69ae013fa157bae5c6be9e577 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 17:21:10 2020 -0400 update captures for operators commit c66d42cd0d56d0a1bbfb1f88ffa7ff6ae8b6c2df Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 17:10:13 2020 -0400 update captures for literals commit a9c097fe03f7294fdaede760f2c016cf6c960a45 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 15:54:47 2020 -0400 add highlights and locals from treesitter-ruby
* | Merge pull request #24 from TravonteD/spellKiyan Yazdani2020-04-231-5/+5
|\ \ | |/ |/| Fix spelling inconsistencies
| * Fix spelling inconsistenciesTravonteD2020-04-231-5/+5
|/
* Merge pull request #21 from haorenW1025/masterKiyan Yazdani2020-04-231-0/+1
|\ | | | | fix: add -fPIC flag to compiling
| * fix: add -fPIC flag to compilinghaorenW10252020-04-231-0/+1
| |
* | Merge pull request #22 from vigoux/fix/lua-locals-highlightsThomas Vigouroux2020-04-232-8/+12
|\ \ | |/ |/| Fix lua queries
| * locals(lua): incorrect query for field functionsThomas Vigouroux2020-04-231-8/+11
| |
| * highlight(lua): highlight local functionsThomas Vigouroux2020-04-231-0/+1
|/
* Merge pull request #7 from vigoux/feature/highlightKiyan Yazdani2020-04-224-1/+83
|\ | | | | Syntax highlighting
| * highlight: retain highlighters with the buffersThomas Vigouroux2020-04-221-2/+4
| |
| * highlight(lua): add more operatorsThomas Vigouroux2020-04-221-1/+25
| |
| * feat: syntax highlightingThomas Vigouroux2020-04-224-1/+57
|/
* Merge pull request #20 from kyazdani42/fix-readmeKiyan Yazdani2020-04-221-19/+16
|\ | | | | fix: readme typos
| * Update README.mdKiyan Yazdani2020-04-221-2/+1
| | | | | | Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
| * Update README.mdKiyan Yazdani2020-04-221-2/+1
| | | | | | Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
| * fix: readme typoskiyan422020-04-221-17/+16
|/
* Merge pull request #19 from vigoux/docs/readme-updateKiyan Yazdani2020-04-221-1/+106
|\ | | | | Add proper README