Update README.md

This commit is contained in:
Stephen Seo 2023-07-06 16:39:20 +09:00
parent bb4ed9b1d6
commit 13a5ac8177

View file

@ -13,3 +13,6 @@ This is just a dump of my NVim config.
In NeoVim, invoke `:call loadlsp#loadlspall()`, then reload the current open 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 with `:e` and LSP functionality will be enabled for the currently open
files. 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).