From a9b4c0b29f2ceb1ca93df8032c0dee3429da3ff9 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 6 Jul 2023 16:17:32 +0900 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..adb7c2b --- /dev/null +++ b/README.md @@ -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.