andersonjoseph / init.vim

My vim config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My neovim Config

screenshot

My minimal config for neovim, I primarly use it with Neovim-qt on Windows so this config is designed to give a conventional IDE-like experience (Mouse enabled, Ctrl+S for save, Ctrl-c for copy, Ctrl-v for paste, etc...)


Leader key: ,


Useful shortcuts

This are the shortcuts I use the most. There are a lot of other shortcuts mapped by default from the plugin, those can be found in their respective docs.

  • Next buffer <leader>]

  • Previous buffer <leader>[

  • Close buffer <leader>q

  • Save <c-s>

  • Fuzzy Finder <c-p>

  • Toggle File Tree <c-n>

  • Copy and paste <c-c> | <c-v>

  • Typescript docs for current identifier K

  • Rename symbol <leader>rn

Plugins

About

My vim config files


Languages

Language:Lua 100.0%