Skip to content

Ureakim/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

Dependencies

Required

  • git
  • tree-sitter-cli
  • ripgrep

Keybindings

<space> as <leader>

Keybindings are organized via "namespace": <leader> and a letter

Keybindings namespaces

  • <leader>d: Debugger
  • <leader>f: Find things (files, buffers, help tags, ...)
  • <leader>g and ]g/[g: Diagnostics navigation
  • <leader>b / <C-b>: AI
  • <leader>l: LSP functions (definition, code actions, renaming, ...)
  • <leader>p: Project specific commands (launch unit tests, build, ...)