diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:15:27 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:15:27 +0200 |
| commit | 95610c21f6d00484a1bb76723dc5500593f4846c (patch) | |
| tree | e2a56fe5bdec408ae3914411cee81729d3fec717 /README.md | |
| parent | c47550bd1b78cee79c22d7c2ab4f7f77e4c696be (diff) | |
Add vimscript
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ make sure it's configured correctly. ``` require('lazy').setup({ ... + 'nvim-treesitter/nvim-treesitter', 'https://git.sr.ht/~rbdr/tree-sitter-api-notation' ... } |