Personal config used for NeoVim
lsppack/pack/lsppackages/start | ||
pack/packages/start | ||
.gitmodules | ||
init.lua | ||
README.md |
My NeoVim Config
This is just a dump of my NVim config.
Installing This Config
- Clone the repo into
$HOME/.config/nvim
. - Invoke
git sumbodule 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.