From 95610c21f6d00484a1bb76723dc5500593f4846c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 4 Oct 2023 16:15:27 +0200 Subject: Add vimscript --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 32ffbdd..e0a42de 100644 --- a/README.md +++ b/README.md @@ -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' ... } -- cgit