From 427d9aa7a463efb22105da08a9a18c0572dee752 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Thu, 11 May 2023 17:31:02 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffbc5e2..daaeef4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Neovim Config +To ignore changes to local plugins file. Used for keeping computer specific configs/plugins +```shell +git update-index --assume-unchanged lua/plugins-local.lua +``` ## Requirements * ripgrep - for telescope * [A patched font](https://www.nerdfonts.com/) - for icons - -