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).