Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.32 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.32 KB

NvDash

A customized NvChad

Install

  1. NeoVim nightly
cd $HOME/Repos
git clone https://github.com/neovim/neovim
cd neovim
make CMAKE_INSTALL_PREFIX=$HOME/Repos/neovim # If already builded run 'make distclean'
make install
sudo -s make install
  1. LazyGit

Install

  1. Import NvDash config
git clone https://github.com/MikyStar/NvDash ~/.config/nvim/

Added plugins

CheatSheat

Commands

  • :Glow: Markdown preview
  • :Outline: Show code outline

Mappings

  • <leader>ch: Show cheatsheat

  • <leader><leader>s: Hop search

  • <leader><leader>w: Hop word

  • <leader>lg: LazyGit (q to exit)

  • <leader>fm: Format doc

  • <leader>ca: LSP code action

  • K: LSP hover

  • (in NvimTree) g?: Help on NvimTree