Hans Martin f48acdb0bd updated nvim před 2 roky
..
after f48acdb0bd updated nvim před 2 roky
lua f48acdb0bd updated nvim před 2 roky
plugin f48acdb0bd updated nvim před 2 roky
README.md d3a7955536 new vim config, ala theprimegan před 2 roky
init.lua d3a7955536 new vim config, ala theprimegan před 2 roky

README.md

Neovim Settings

Tags, LSP & Co

Keybindings:

  • Shift-K (normal mode) to get hover help msg
  • gd: goto definition (use C-t / C-o to get back to function)
  • gi: goto implementation (won't work for python)
  • gt: goto type definition (e.g. structs in nim)
  • r: rename variable (will rename all variables that make sense)