LarsMichelsen / nvim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My neovim config...

... works for me :-).

Actually, I don't expect anyone else to use it. In the best case it can be used as inspiration for your own config. I've tried to keep it as simple as possible, but it's still a lot of stuff.

Highlights

And some more. Have a look at the files below lua/plugins for a full list.

Useful shortcuts

A lot more is available, but I'd like to highlight some of the most useful ones:

  • Fuzzy file search: CTRL+a
  • File history: CTRL+h
  • Word under cursor:
    • Search in project: ,wf
    • Go to definition: ,d
    • List references: ,wc
    • Replace in current file: ,wr
    • Show documentation/docstring: ,wd
    • Open link in browser (or search word): ,wb
  • Comment out current line: gcc
  • Git
    • Git blame current file: ,gb
    • Git log of current buffer: CTRL+l
  • Jump linter findings CTRL+k, CTRL+j
  • Toggle dark/light: F10
  • Deploy: F12

Using :WhichKey you can see the available shortcuts.

About


Languages

Language:Lua 100.0%