Coder Social home page Coder Social logo

vimrc1234567's Introduction

Vimrc1234567

A simple vim configuration with C++, Markdown, and text editing in mind.

Run the command below in Terminal to install this configuration and all of the plugins.

bash <(curl https://github.com/Anthony1234567/Vimrc1234567/raw/master/install1thru7.sh -L)

Attention! This will replace your current settings and move your old settings to a folder called oldvim in your HOME directory.

Automated markdown previewing via vim-instant-markdown

Instant-Markdown Plugin in Action

EXTRA installation instructions for vim-instant-markdown plugin

  • The plugin require you to download node.js then run the following commands in your terminal
  [sudo] npm -g install instant-markdown-d
  • If you're on Linux, the xdg-utils package needs to be installed (is installed by default on Ubuntu).
  • Copy the after/ftplugin/markdown/instant-markdown.vim file from this repo into your ~/.vim/after/ftplugin/markdown/ (creating directories as necessary), or follow your vim package manager's instructions.
  • Ensure you have the line filetype plugin on in your .vimrc
  • Open a markdown file in vim and enjoy realtime markdown previewing.

C++/C/C++11/C++14 Syntax error checking

Added C++14 support by uncommenting line 139 in .vimrc file but still syntax error due to well a syntax error

Syntastic Errors in statusline

Fixed error

Syntastic Errors in statusline

NERDTree

ctrl+n toggles the plugin

Exploring Filesystems

NERDTree plugin on large directory

NERDCommenter

  • \cc comment out the line highlighted by the cursor
  • \ci toggle the state of the highlighted lines
  • \cu uncomment the line that the cursor is highlighting
  • \cs comment the highlighted using /* and */ rather than the ordinary //

Comment on Airline statusbar plugin

Powerline fonts give the statusline a nicer look but are not required.

Plugins

This is a list of the plugins used:

  1. gmarik/Vundle.vim ~ An easy to use plugin manager for vim.
  2. tpope/vim-markdown ~ Syntax highlighting and filetype plugins for Markdown
  3. bronson/vim-trailing-whitespace ~ Higlight trailing whitespace
  4. kien/rainbow_parentheses.vim ~ Parentheses levels by color
  5. bling/vim-airline ~ A nice status line for vim
  6. ervandew/supertab ~ Tab insert completion
  7. Raimondi/delimitMate ~ Auto-close quotes, parens, brackets, etc.
  8. scrooloose/syntastic ~ Syntax checker for vim
  9. scrooloose/nerdcommenter ~ Commenting
  10. nathanaelkane/vim-indent-guides ~ Visual display of indent levels
  11. godlygeek/tabular ~ Align text
  12. MatlabFilesEdition ~ Syntax highlighting and file support for MATLAB
  13. scrooloose/nerdtree ~ Explore filesystems in tree representation
  14. tomasr/molokai ~ Nice theme for Vim
  15. suan/vim-instant-markdown ~ EXTRA: Instant preview plugin for Markdown

More useful plugins can be found in Vim Awesome

vimrc1234567's People

Stargazers

 avatar KarlMarx avatar David Nathan White avatar StarkChristmas avatar Viv avatar  avatar Gabriel Pichot avatar  avatar Owain Howells avatar Josef Galea avatar Ryan avatar Reid Cooper avatar Jeremy Seago avatar Thomas Geraghty avatar Matt Hazinski avatar Jonathan Poltak Samosir avatar Rafal Wachol avatar Miguel Dorta avatar Pouja avatar Dave Walk avatar Sergei Danielian avatar Y. avatar  avatar Nathan Price avatar Casa Taloyum avatar Bogdan Boamfa avatar Rémy Léone avatar  avatar Vladimir Vishnevskii avatar  avatar Rain Wang avatar Tristan Zickovich avatar  avatar Osvaldo Castellanos avatar Nikita Burkov avatar Anthony Martinez avatar Cecilia Bautista avatar Ilgiz Islamgulov avatar andreichernov avatar Yun Long avatar  avatar Marco Fattorel avatar Conor Wright avatar

Watchers

Martin Kock avatar James Cloos avatar andreichernov avatar Henk Freimuth avatar Bhaskar Muppana avatar Cecilia Bautista avatar  avatar  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.