Coder Social home page Coder Social logo

nvim-config's Introduction

About

Neovim config used by me as a ruby on rails developer.

Features

  • ruby async autocomplete
  • ruby async linting with rubocop/reek
  • auto correct/save ruby file with <leader>rc using rubocop
  • generate ctags <leader>ct
  • search in ctags with ,.
  • you can undo even after the editor was closed
  • file opens in the same line
  • open devdoc.io documentation for current string K
  • inline rspec execution with <leader>R
  • search content of file using normal (no alien regexp vim syntax) posix REGEXP with /
  • fast project/buffer/ctags navigation with Fzf
  • fast file browsing with - and split browsing <Leader>e or <Leader>v
  • fast [esc] with "jj"
  • fast jumping in normal mode s followed by 2 chars

Installation

Install neovim. To ensure that all plugins work you need neovim dependencies:

sudo pip2 install --upgrade neovim
sudo pip3 install --upgrade neovim
gem install neovim rubocop reek ripper-tags

Other dependencies:

To install, run

$ git clone git://github.com/gacha/nvim-config.git ~/.config/nvim
$ mkdir ~/.config/nvim/swap && mkdir ~/.config/nvim/undo
$ curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Then open neovim and install plugins

$ nvim
:PlugInstall

To update plugins run

$ vim
:PlugUpdate

Debug

If something doesn't work try :messages and :CheckHealth.

nvim-config's People

Contributors

gacha avatar

Watchers

David Jobe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.