Skip to content

SandroScheuermann/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows 11 :

Chocolatey Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Neovim

  • choco install neovim
  • choco install ripgrep
  • choco install mingw
  • choco install git
  • choco install alacritty
  • choco install lazygit

Plugins list

Keybinds

NvimTree

  • Leader + e (explore) = toggle nvimtree
  • a = add file (inside tree buffer)
  • d = delete file (inside tree buffer)
  • r = rename file (inside tree buffer)

Telescope

  • leader + f + f (find files) = find normal
  • leader + f + g (find git) = find files git
  • leader + f + s (find specific) = find specific

Vim-Fugitive

  • leader + g + s = git status
  • leader + g + c = git commit -a
  • leader + g + p = git push
  • leader + g + d = git diff

Lazygit

  • leader + g + g = git git (????)

VSP-Zero

  • g + d = go to definition
  • ] + d = go to next hint
  • [ + d = go to previous hint
  • leader + c + a = code action
  • leader + c + r = code references
  • leader + v + r + n = variable rename
  • ctrl + h = signature help

Tab navigating

  • ctrl + t = opens a new tab
  • ctrl + q / e = navigate through left / right tabs
  • leader + (tabnumber) = go to specific tab

Saving buffers

  • leader + s + f = force save current buffer (save file)
  • leader + s + a = force save all buffers (save all files)

On code completion

  • tab = next selection
  • shift + tab = previous selection
  • enter = select current selection

Misc

  • leader + t + b = toggle transparent background

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages