andrewaguiar / neovimfiles

My NeoVim files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My NeoVim Files

Installation

cd ~/.config &&
git clone git@github.com:andrewaguiar/neovimfiles.git nvim

After cloning the repo enter nvim and execute :PlugInstall

Plugins

  • Gruvbox: Color schema Gruvbox for the win.
  • Vim-polyglot: Syntax for several languages.
  • FZF: Fuzzy searching and auto complete (mapped as ctrl p).
  • NerdTree: Another more traditional file navigation.
  • NerdCommenter: Easy comment / uncomment (mapped as leader cc / leader cu).
  • Lightline: Beautiful status bar.
  • WIP: Fast and simple anotations based on git repo and branch.
  • Coc: Completion and language server.

Useful Commands

  • Leader: ,
  • Command: ;
  • Navigation: h j k l
  • Buffer navigation: Tag, S-Tab
  • Window navigation: shift + ← → ↑ ↓
  • NerdTree: ,,

Searching

  • Clean searching: ,<space>
  • Search files: ctrl p
  • Search terms in files: ,a
  • Search current world: ,w

Replace

  • Replace current world: ,r

Programming

  • Comment: , + cc
  • Uncomment: , + cu
  • Open a project + branch based annotation file: ,8

About

My NeoVim files

License:MIT License


Languages

Language:Vim Script 100.0%