Skip to content

Pepeye/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages