From 13a5ac8177179c63b3724aa68f45e6dd333a3b0b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 6 Jul 2023 16:39:20 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fe10f15..12d15b6 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,6 @@ This is just a dump of my NVim config. In NeoVim, invoke `:call loadlsp#loadlspall()`, then reload the current open files with `:e` and LSP functionality will be enabled for the currently open files. + +`loadlsp#loadlspall()` is a custom function that can be found +[here](https://git.seodisparate.com/stephenseo/MyNeoVimConfig/src/branch/main/pack/packages/start/loadlsp/autoload/loadlsp.vim).