Merge 'upstream' rename <C-t>, use opts for treesitter

- chore: rename <C-T> to <C-t> for consistency

- feat: allow treesitter defaults to be overwritten from custom directory
This commit is contained in:
Damjan 9000
2024-03-12 01:13:38 +01:00
2 changed files with 10 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ return {
-- Jump to the definition of the word under your cursor.
-- This is where a variable was first declared, or where a function is defined, etc.
-- To jump back, press <C-T>.
-- To jump back, press <C-t>.
map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
-- Find references for the word under your cursor.