Code Monkey home page Code Monkey logo

vimrc's Introduction

Installation

Symlink ~/.config/nvim to this project.

$ mkdir -p ~.config
$ cd ~/.config
$ ln -s ~/Projects/vimrc/nvim
$ nvim ~/.config/nvim/init.vim

And run: :PlugInstall.

vimrc's People

Contributors

nui avatar nvie 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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

vimrc's Issues

Better formatting paragraphs

" Instead of:
vmap Q gq
nmap Q gqap

" Please try this
vmap Q gw
nmap Q gwap

" I think you will love this feature, for further information :h gw
gw{motion} Format the lines that {motion} moves over. Similar to
|gq| but puts the cursor back at the same position in
the text. However, 'formatprg' and 'formatexpr' are
not used. {not in Vi}

cannot touch '/root/.vim/user.vim': No such file or directory

I used your "Quick installation" to install this to my fresh installed Ubuntu Server v16.04.02. The last 4 lines of the results are:

Submodule path 'vim/bundle/vim-unimpaired': checked out '11dc568dbfd7a56866a4354c737515769f08e9fe'
Unable to checkout '564176f01d7f3f7f8ab452ff4e1f5314de7b0981' in submodule path 'vim/bundle/ctrlp.vim'
touch: cannot touch '/root/.vim/user.vim': No such file or directory
Installed and configured .vim, have fun.

After this , I tried to edit a test text file with vim , but I noticed that even the line number did NOT shown up. That is to say, your VIM settings failed to take effect on my Ubuntu.

What should I do now?

I think, if your settings need to write to a file which does not eixst, why not create it automatically via your Quick installation script?

Thank you.

Better detection of python+django files

I created my own dotvim repository which at the moment, is pretty much the same as yours.

I noticed while I was moving it over that your python.django detection relies on import django being in the file, which I normally don't have.

This commit shows the change I made (line numbers don't match between ours, but the point is the same) to allow it to detect via from django import ...

submodule checkout error

Cloning into 'vim/bundle/python-mode'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of '[email protected]:klen/python-mode.git' into submodule path 'vim/bundle/python-mode' failed
touch: cannot touch `/home/sebels/.vim/user.vim': No such file or directory

Problem with git submodule update

Here is error message:
error: no such remote ref 564176f01d7f3f7f8ab452ff4e1f5314de7b0981
Fetched in submodule path 'vim/bundle/ctrlp.vim', but it did not contain 564176f01d7f3f7f8ab452ff4e1f5314de7b0981. Direct fetching of that commit failed.

好几次都失败了

Cloning into '/Users/weijunlin/Github/vimrc/vim/bundle/vim-unimpaired'...
Submodule path 'vim/bundle/SimpylFold': checked out 'aa0371d9d708388f3ba385ccc67a7504586a20d9'
Submodule path 'vim/bundle/ack': checked out 'a16a9b63eb85cc0960a7f25c54647ac1f99f3360'
error: Server does not allow request for unadvertised object 564176f01d7f3f7f8ab452ff4e1f5314de7b0981
Fetched in submodule path 'vim/bundle/ctrlp.vim', but it did not contain 564176f01d7f3f7f8ab452ff4e1f5314de7b0981. Direct fetching of that commit failed.
ln: .vimrc: File exists
ln: .vim: File exists
touch: /Users/weijunlin/.vim/user.vim: No such file or directory
Installed and configured .vim, have fun.

lusty-juggler not compatible with dd

when lusty-juggler is called, the vim built-in command dd becomes invalid.I read the doc of lusty-juggler.It says
lusty-juggler is not compatible with it.It is realy not comfortable.Maybe replace it with something else.

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.