Personal config used for NeoVim
Find a file
Stephen Seo 1da3510ef4 Update submodules
It may be required to call `:TSUpdate` in nvim.
2023-08-06 19:03:14 +09:00
lsppack/pack/lsppackages/start Update submodules 2023-08-06 19:03:14 +09:00
pack/packages/start Update submodules 2023-08-06 19:03:14 +09:00
.gitmodules Add submoduules of used nvim plugins 2023-07-06 16:15:08 +09:00
init.lua Fix typo in init.lua 2023-07-06 17:06:46 +09:00
README.md Update README.md (fix typo) 2023-07-06 16:51:48 +09:00

My NeoVim Config

This is just a dump of my NVim config.

Installing This Config

  1. Clone the repo into $HOME/.config/nvim.
  2. Invoke git submodule update --init --recursive --depth=1 in $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.

loadlsp#loadlspall() is a custom function that can be found here.

Other Notes

If you want to improve/support/file-an-issue about this config, send it to:

stephen AT seodisparate DOT com