Add README.md
This commit is contained in:
parent
98b80f1adf
commit
a9b4c0b29f
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# My NeoVim Config
|
||||
|
||||
This is just a dump of my NVim config.
|
||||
|
||||
## Using This Config
|
||||
|
||||
Clone the repo into `$HOME/.config/nvim`.
|
||||
|
||||
## Enabling LSP
|
||||
|
||||
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.
|
Loading…
Reference in a new issue