Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.08 KB

n v i m

my neovim config

install

  $ cd ~/.config
  $ git clone git@github.com:Pepeye/nvim.git nvim
  $ nvim .

themes

The following themes are included

update

update all plugins with the following command

:PackerSync

languages

use the lsp installer to install language servers

:LspInstall <language>

debugging

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>