-
- -- Incremental selection based on the named nodes from the grammar.
- incremental_selection = {
- enable = true,
- keymaps = {
- init_selection = '<CR>',
- node_incremental = '<CR>',
- node_decremental = '<BS>',
- scope_incremental = '<TAB>',
- }
- },
-
- -- Indentation based on treesitter for the = operator. NOTE: This is an experimental feature.
- indent = {
- enable = false
- }