GithubHelp home page GithubHelp logo

idevim's Introduction

iDeVim

Configuration for vim improving user experience.

Screenshot

Contains next plugins:

  • look and feel
    • Plugin 'altercation/vim-colors-solarized' -- This color sheme work only if terminal emulator support 256 colors. For details see autorhs git page.
    • Plugin 'tomasr/molokai' -- Molokai is a Vim port of the monokai theme for TextMate originally created by Wimer Hazenberg. Support all terminal emulators.
    • Plugin 'bling/vim-airline' -- Powefull status line for vim.
  • plushki :)
    • Plugin 'scrooloose/nerdtree' -- File explorer for vim. Open by Ctrl-n if you not in INSERT mode.
    • Plugin 'scrooloose/syntastic' -- Syntastic is a syntax checking plugin for Vim. Support a lot of languages.
    • Plugin 'xolox/vim-misc' -- The vim-misc plug-in contains Vim scripts that are used by most of the Vim plug-ins I've written xolox.
    • Plugin 'jistr/vim-nerdtree-tabs' -- For NERDTree
    • Plugin 'xolox/vim-easytags' -- Automated tag generation and syntax highlighting in Vim. In Debian/Ubuntu need sudo exuberant-ctags (sudo apt-get install exuberant-ctags)
    • Plugin 'majutsushi/tagbar' -- Tagbar is a Vim plugin that provides an easy way to browse the tags of the current file and get an overview of its structure. F8 for show tagbar.
    • Plugin 'kien/ctrlp.vim' -- Full path fuzzy file, buffer, mru, tag, ... finder for Vim. Next version must using https://github.com/ctrlpvim/ctrlp.vim
    • Plugin 'vim-scripts/a.vim' -- For Clang`s, switch betwen header and source for example foo.h and foo.c
  • git
    • Plugin 'airblade/vim-gitgutter' -- A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows whether each line has been added, modified, and where lines have been removed. You can also stage and undo individual hunks.
    • Plugin 'tpope/vim-fugitive' -- Git wrapper
  • for man and tmux
  • better editung
    • Plugin 'Raimondi/delimitMate' -- Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
    • Plugin 'Yggdroot/indentLine' -- This plugin is used for displaying thin vertical lines at each indentation level for code indented with spaces.
  • syntax
    • Plugin 'jez/vim-c0' -- A Vim plugin for getting C0 syntax highlighting in Vim.
    • Plugin 'jez/vim-ispc' -- Syntax highlighting for ISPC, packaged up as a Pathogen/Vundle plugin.
    • Plugin 'kchmck/vim-coffee-script' -- This project adds CoffeeScript support to vim. It covers syntax, indenting, compiling, and more.

Installation

First thing - install 'Vundle'

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Next just clone git into ~/.vim, rename vimrc to .vimrc and move him to you home folder.

git clone https://github.com/0x0BSoD/ideVim.git ~/.vim/ && mv ~/.vim/vimrc ~/.vimrc

Then run in vim.

:PluginInstall

License

MIT

Free Software, Hell Yeah!

idevim's People

Contributors

0x0bsod avatar

Watchers

James Cloos 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.