Skip to content

GarciaBarreiro/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim config

There are some things that may not work.

Mostly copied from this video, GitHub repository here.

Neovim 0.9 required.

npm package required too.

Keyboard Mappings

  • <leader> = ' '

Fugitive

  • <leader>gs

Netrw

  • <leader>pv

LSP

  • <C-p>: Select previous item
  • <C-n>: Select next item
  • <C-y>: Autocomplete with selected item
  • <C-Space>: Show autocomplete menu
  • <C-z>: Abort

Telescope

  • <leader>pf: Find all files
  • <C-p>: Find git files
  • <leader>ps: Search strings using grep (requires ripgrep)

nvim-pandoc

  • <leader>pr: Exec :PandocRead
  • <leader>pw: Write file and exec :PandocWrite

Releases

No releases published

Packages

No packages published

Languages