Merge 'upstream' prefer_git, inlay hints

- add prefer_git to treesitter config
- Enable inlay hints for the supporting servers
This commit is contained in:
Damjan 9000
2024-04-17 20:42:05 +02:00
3 changed files with 13 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ return {
['<leader>r'] = { name = '[R]ename', _ = 'which_key_ignore' },
['<leader>s'] = { name = '[S]earch', _ = 'which_key_ignore' },
['<leader>w'] = { name = '[W]orkspace', _ = 'which_key_ignore' },
['<leader>t'] = { name = '[T]oggle', _ = 'which_key_ignore' },
}
end,
},