Skip to content

LarsMichelsen/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages