Commit graph

8 commits

Author SHA1 Message Date
c41b60a78b vim: rename treesitter parser 'help' -> 'vimdoc' 2023-07-05 21:52:26 +02:00
576ded4646 vim: change keymap to start treesitter incremental selection
The previous '<CR>' mapping was causing too many false starts of the
incremental selection, especially because of the way I have my keyboard
configured, where the Ctrl and Enter keys are "shared".
2022-12-16 08:51:23 +01:00
4b58f5ec3d vim: re-enable markdown highlighting via treesitter 2022-10-11 19:34:42 +02:00
c764d61737 vim: disable treesitter highlighting for markdown files 2022-10-11 13:56:37 +02:00
c580fb820a vim: add treesitter query parser 2022-10-11 13:52:55 +02:00
18feea6710 vim: enable 'markdown_inline' parser in nvim-treesitter 2022-10-10 21:26:50 +02:00
5660e9c2dd vim: use s (mnemonic: show) for treesitter mapings
This frees up <leader>t as a prefix for testing mappings later on.
2022-10-10 10:05:18 +02:00
5196475113 vim: start using treesitter 2022-10-07 18:05:07 +02:00