Giter VIP home page Giter VIP logo

vimrc's People

Contributors

bdunnette avatar rgoomar avatar slava avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vimrc's Issues

a few things..

hey Slava,

great work here man. I'm finally making the transition to vim because you brought the last piece of the puzzle for me with this.

couple quick issues i hit setting it up.

most of your links are broken because of the 'githubusercontent' change.

https://raw.githubusercontent.com/Slava/vimrc/master/install-script.sh

for example.

second it seems like you're missing the git clone line in the install script to install the tern for vim plugin I had to do that step manually once i figured out what was going on.

just thought i'd throw some feedback your way and say thanks again!

E117: Unknown function: unite#custom#source

Hi Slava
I am new to vim and meteor, I tried to install from the install script but I am getting the following error

*[master][~]$ bash ./install-script.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 11984  100 11984    0     0   9010      0  0:00:01  0:00:01 --:--:--  9017
Cloning into '/Users/rakeshkalyankar/.vim/bundle/neobundle.vim'...
remote: Counting objects: 7444, done.
remote: Total 7444 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (7444/7444), 1.89 MiB | 234.00 KiB/s, done.
Resolving deltas: 100% (3252/3252), done.
Checking connectivity... done.
Error detected while processing /Users/removed/.vimrc:
line   90:
E117: Unknown function: unite#custom#source
Press ENTER or type command to continue

Backspace

I really like the setup but backspace doesn't seem to work in insert mode. How do I fix this?

Forget to make vimproc

Before vimshell or fuzzy search from unite could work. Need to run make command for vimproc

Either:

  1. go in to the vimproc dir, and run make command
    or
  2. use this code
NeoBundle 'Shougo/vimproc', {
      \ 'build' : {
      \     'windows' : 'make -f make_mingw32.mak',
      \     'cygwin' : 'make -f make_cygwin.mak',
      \     'mac' : 'make -f make_mac.mak',
      \     'unix' : 'make -f make_unix.mak',
      \    },
      \ }

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.