Skip to content

Repository files navigation

Welcome

Hi! Most likely future Sahil this is nvim setup that you've been working on

Get Started

  1. Place this into you ~/.config folder

  2. Install Things

  • brew install tree-sitter
  • brew install tree-sitter-cli
  • brew install ripgrep
  • brew install lazygit

Then you should be good to go lol o7 If not, ask Claude, Good Luck G


Rebind nvim -> n

This makes life 3 keystrokes better just add this to you /.zshrc

n() {
if [[ $#-eq 0 ]];then
nvim .else
nvim "$@"fi
}

Keymaps

<leader> is Space

Global (no leader)

KeyModeAction
<C-h>nMove focus → left window
<C-l>nMove focus → right window
<C-j>nMove focus → lower window
<C-k>nMove focus → upper window
<D-S-e>nToggle Neo-tree
<D-/>n/vToggle comment
JvMove selection down
KvMove selection up

Do's

About

My nvim setup from scratch

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages