Update README.md
This commit is contained in:
parent
143a47ebd6
commit
42fd2b748b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use of this shortcut, you can disable it in the `init.lua` config file.
|
||||||
## Enabling LSP
|
## Enabling LSP
|
||||||
|
|
||||||
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`~~ use the "<leader>l" (backslash and l) shortcut and LSP
|
files with `:e`~~ use the `<leader>l` (backslash and l) shortcut and LSP
|
||||||
functionality will be enabled for the currently open file. If you have more
|
functionality will be enabled for the currently open file. If you have more
|
||||||
than one buffer open, you may have to reopen them (with :e) for lsp plugins to
|
than one buffer open, you may have to reopen them (with :e) for lsp plugins to
|
||||||
take effect.
|
take effect.
|
||||||
|
|
Loading…
Reference in a new issue