Personal config used for NeoVim
Find a file
2023-07-06 16:21:27 +09:00
lsppack/pack/lsppackages/start Add submoduules of used nvim plugins 2023-07-06 16:15:08 +09:00
pack/packages/start Use unlicense for loadlsp.vim 2023-07-06 16:21:27 +09:00
.gitmodules Add submoduules of used nvim plugins 2023-07-06 16:15:08 +09:00
init.lua Add submoduules of used nvim plugins 2023-07-06 16:15:08 +09:00
README.md Add README.md 2023-07-06 16:17:32 +09:00

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.