my neovim config
$ cd ~/.config
$ git clone git@github.com:Pepeye/nvim.git nvim
$ nvim .
The following themes are included
update all plugins with the following command
:PackerSync
use the lsp installer to install language servers
:LspInstall <language>
install the following neovim packages
# install npm packages globally
$ npm i -g eslint@latest neovim@latest prettier@latest pyright@latest neovim@latest tree-sitter-cli@latest typescript@latest typescript-language-server@latest
then use the dap installer
:DIInstall <language>