chore: Removed unused plugins, and added treesitter-context

This commit is contained in:
Afonso Franco 2022-12-09 09:41:34 +00:00
parent 6a7ecec624
commit 6c02ff6640
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 14 additions and 14 deletions

View file

@ -0,0 +1,8 @@
require'treesitter-context'.setup{
patterns = {
rust = {
'impl_item',
'match',
},
}
}