commit 10fd3e2a511b95d275dc571dc5680109bd9c8d09 parent 60acd4a5f25b34e76e8dfc1ae2250e1bf8db227f Author: Andrew <andrewlaack1@gmail.com> Date: Sat, 6 Apr 2024 23:21:37 -0500 grammar Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -4,4 +4,4 @@ Just some basic configuration information. ## Install -To install you should just need to clone the repo to ~/.config/nvim. Might also need to install packer using a git command but that is not too bad. Beyond that you will need to run PackerInstall and PackerSync to get all the plugins set up propertly. The final thing to do would be to install the language servers you need using MasonInstall as this is done on a case by case basis. +To install you should just need to clone the repo to ~/.config/nvim. You might also need to install packer using a git command but that is not too bad. Beyond that you will need to run PackerInstall and PackerSync to get all the plugins set up properly. The final thing to do would be to install the language servers you need using MasonInstall as this is done on a case by case basis.