From 2a192be20dc5b62a9b1b0e733c516a18f5a9054d Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:16:52 -0400 Subject: [PATCH] Fixed link to plugins-setup.lua file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d835097..9658a44 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ xcode-select --install ``` ### Nvim-Treesitter Updates -When nvim-treesitter updates, there might be breaking changes to corresponding parsers being used. I've made a change to how nvim-treesitter is installed with packer and the "run" command to make sure parsers are properly updated whenever nvim-treesitter is installed or updated. The code is found in this file: [plugins-setup.lua](.config/nvim/plugins-setup.lua) +When nvim-treesitter updates, there might be breaking changes to corresponding parsers being used. I made a change to make sure parsers are automatically updated whenever nvim-treesitter is installed/updated. The code is found in this file: [plugins-setup.lua](.config/nvim/lua/josean/plugins-setup.lua) The updated code is this: ```lua