/kiss.vim

Configuration to turn Neovim to be a smart, handy and powerful text-editor for general purpose 💋💋💋

Primary LanguageVim ScriptMIT LicenseMIT

kiss.vim

kiss.vim is a set of selected plugins with handy hot-keys and experienced setup to enhance neovim to be more powerful text-editor for general purpose.

Features

  • Mouse support
  • Multiline editing
  • NERDTree and Ranger as file explorer
  • LeaderF for great fuzzy files searching with preview
  • Easymotion to replace default search
  • Handy movement by experienced hot-keys setup
  • Auto saving
  • Markdown support

Requirements

Installation

Note: this configuration might conflict with your current setup.

# Assuming that your nvim configuration is empty before starting
mkdir -p ~/.config/nvim
cd ~/.config/nvim
git clone git@github.com:xuta/kiss.vim.git .
nvim
:PlugInstall

Shortcuts

Check out mapping.vim

Pro tips

  • :cd to change working directory, LeaderF and NERDTree will change root directory for exploring and searching.
  • Ctrl-f to search text in current buffer with input from clipboard
  • Ctrl-] to go to end of line in insert mode

References