| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Add documentation for `node_movement`, rename: `textobj` -> ↵ | Stephan Seitz | 2020-05-03 | 2 | -14/+35 | |
| | | | | | | | | | | | | | `incremental_selection` | |||||
| | * | | Add 'nvim-treesitter/node-movement' | Stephan Seitz | 2020-05-03 | 3 | -0/+161 | |
| |/ / | ||||||
| * | | Merge pull request #39 from vigoux/incremental_selection | Kiyan Yazdani | 2020-05-02 | 2 | -4/+8 | |
| |\ \ | | | | | | | Move textobj module to incremental_selection. | |||||
| | * | | modules: move textobj to incremental_selection | Thomas Vigouroux | 2020-05-02 | 2 | -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-parsers | Kiyan Yazdani | 2020-05-01 | 1 | -0/+56 | |
| |\ \ | | | | | | | Add some more community parsers | |||||
| | * | | Add some more community parsers | Stephan Seitz | 2020-05-01 | 1 | -0/+56 | |
| | | | | | | | | | | | | | The haskell one really takes long to compile | |||||
| * | | | Merge pull request #35 from kyazdani42/refacto/config-doc | Thomas Vigouroux | 2020-05-01 | 3 | -47/+48 | |
| |\ \ \ | |/ / |/| | | update docs for ensure installed, move modules config in config.modules | |||||
| | * | | update docs for ensure installed, move modules config in config.modules | kiyan42 | 2020-05-01 | 3 | -47/+48 | |
| |/ / | ||||||
| * | | Merge pull request #34 from theHamsta/ensure_installed | Kiyan Yazdani | 2020-05-01 | 2 | -1/+25 | |
| |\ \ | | | | | | | Add function 'nvim-treesitter/install'.ensure_installed | |||||
| | * | | Avoid global handle to enable installing multiple parsers in parallel | Stephan Seitz | 2020-05-01 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Add `ensure_installed` option to config | Stephan Seitz | 2020-05-01 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Add function 'nvim-treesitter/install'.ensure_installed | Stephan Seitz | 2020-05-01 | 1 | -0/+19 | |
| |/ / | ||||||
| * | | Merge pull request #33 from kyazdani42/doc/add-documentation | Thomas Vigouroux | 2020-04-28 | 2 | -0/+101 | |
| |\ \ | | | | | | | Doc/add documentation | |||||
| | * | | add vim documentation | kiyan42 | 2020-04-28 | 2 | -25/+36 | |
| | | | | ||||||
| | * | | add documentation | kiyan42 | 2020-04-28 | 1 | -0/+90 | |
| | | | | ||||||
| * | | | Merge pull request #32 from kyazdani42/feat/readme-infos | Thomas Vigouroux | 2020-04-28 | 1 | -2/+64 | |
| |\ \ \ | |/ / |/| | | edit: add information to the readme | |||||
| | * | | edit: add information to the readme | kiyan42 | 2020-04-28 | 1 | -2/+64 | |
| |/ / | | | | | | | | | - commands descriptions - list of supported languages | |||||
| * | | Merge pull request #30 from kyazdani42/fix/arg-positionning-install | Kiyan Yazdani | 2020-04-27 | 1 | -6/+6 | |
| |\ \ | | | | | | | fix install by changing cc arguments position | |||||
| | * | | fix install by changing cc arguments position | kiyan42 | 2020-04-27 | 1 | -6/+6 | |
| |/ / | ||||||
| * | | Merge pull request #28 from vigoux/checkhealth-highlight | Kiyan Yazdani | 2020-04-26 | 2 | -17/+24 | |
| |\ \ | | | | | | | Add highlight to healthchecks | |||||
| | * | | health(refactor): move checks inside health.lua | Thomas Vigouroux | 2020-04-26 | 3 | -34/+23 | |
| | | | | ||||||
| | * | | health: add highlight to healthchecks | Thomas Vigouroux | 2020-04-26 | 2 | -0/+18 | |
| |/ / | ||||||
| * | | Merge pull request #23 from vigoux/feature/textobjects | Kiyan Yazdani | 2020-04-25 | 5 | -13/+111 | |
| |\ \ | | | | | | | Node and scope text objects | |||||
| | * | | refactor(textobj): remove unnecessary functions | Thomas Vigouroux | 2020-04-25 | 1 | -12/+4 | |
| | | | | ||||||
| | * | | refactor(textobj): use configs and don't use VimL | Thomas Vigouroux | 2020-04-25 | 4 | -58/+74 | |
| | | | | ||||||
| | * | | textobj: little refactor | Thomas Vigouroux | 2020-04-25 | 2 | -13/+14 | |
| | | | | ||||||
| | * | | textobj: add incremental scope selection | Thomas Vigouroux | 2020-04-25 | 4 | -3/+40 | |
| | | | | ||||||
| | * | | textobj: add incremental node selection | Thomas Vigouroux | 2020-04-25 | 3 | -6/+58 | |
| |/ / | ||||||
| * | | Merge pull request #26 from kyazdani42/fix/config-isenabled | Thomas Vigouroux | 2020-04-25 | 2 | -7/+8 | |
| |\ \ | | | | | | | fix: config is enabled also checks parser existence | |||||
| | * | | fix: config is enabled also checks parser existence | kiyan42 | 2020-04-25 | 2 | -7/+8 | |
| |/ / | ||||||
| * | | Merge pull request #18 from kyazdani42/improve-configs | Thomas Vigouroux | 2020-04-25 | 8 | -111/+452 | |
| |\ \ | | | | | | | feat/refacto: add user interactions, improve configurations | |||||
| | * | | feat/refacto: improve configurations | kiyan42 | 2020-04-24 | 8 | -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-support | Thomas Vigouroux | 2020-04-24 | 2 | -0/+185 | |
| |\ \ | | | | | | | Add query/locals for ruby syntax highlighting | |||||
| | * | | Squashed commit of the following: | TravonteD | 2020-04-24 | 2 | -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/spell | Kiyan Yazdani | 2020-04-23 | 1 | -5/+5 | |
| |\ \ | |/ |/| | Fix spelling inconsistencies | |||||
| | * | Fix spelling inconsistencies | TravonteD | 2020-04-23 | 1 | -5/+5 | |
| |/ | ||||||
| * | Merge pull request #21 from haorenW1025/master | Kiyan Yazdani | 2020-04-23 | 1 | -0/+1 | |
| |\ | | | | | fix: add -fPIC flag to compiling | |||||
| | * | fix: add -fPIC flag to compiling | haorenW1025 | 2020-04-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #22 from vigoux/fix/lua-locals-highlights | Thomas Vigouroux | 2020-04-23 | 2 | -8/+12 | |
| |\ \ | |/ |/| | Fix lua queries | |||||
| | * | locals(lua): incorrect query for field functions | Thomas Vigouroux | 2020-04-23 | 1 | -8/+11 | |
| | | | ||||||
| | * | highlight(lua): highlight local functions | Thomas Vigouroux | 2020-04-23 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #7 from vigoux/feature/highlight | Kiyan Yazdani | 2020-04-22 | 4 | -1/+83 | |
| |\ | | | | | Syntax highlighting | |||||
| | * | highlight: retain highlighters with the buffers | Thomas Vigouroux | 2020-04-22 | 1 | -2/+4 | |
| | | | ||||||
| | * | highlight(lua): add more operators | Thomas Vigouroux | 2020-04-22 | 1 | -1/+25 | |
| | | | ||||||
| | * | feat: syntax highlighting | Thomas Vigouroux | 2020-04-22 | 4 | -1/+57 | |
| |/ | ||||||
| * | Merge pull request #20 from kyazdani42/fix-readme | Kiyan Yazdani | 2020-04-22 | 1 | -19/+16 | |
| |\ | | | | | fix: readme typos | |||||
| | * | Update README.md | Kiyan Yazdani | 2020-04-22 | 1 | -2/+1 | |
| | | | | | | | Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||||
| | * | Update README.md | Kiyan Yazdani | 2020-04-22 | 1 | -2/+1 | |
| | | | | | | | Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||||
| | * | fix: readme typos | kiyan42 | 2020-04-22 | 1 | -17/+16 | |
| |/ | ||||||
| * | Merge pull request #19 from vigoux/docs/readme-update | Kiyan Yazdani | 2020-04-22 | 1 | -1/+106 | |
| |\ | | | | | Add proper README | |||||
