Giter Club home page Giter Club logo

vimrc's Introduction

VIM

The Ultimate vimrc

Forked from here

How to install the Awesome version?

Install for your own user only

The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following from your terminal:

git clone --depth=1 [email protected]:brucelyu/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh

My changes

I add a few more plugins:

  • Add the vimtex plugin for writing latex in vim. The vimtex settings can be specified in the file ftplugin/tex.vim and vimrcs/plugins_config.vim.

  • Add a snippet engine ultisnips. Notice this plugin requires python3-supported vim, which is included by default if vim is installed using Homebrew. User-defined snippets can be added in directory UltiSnips/. Tons of snnipets have been included in the directory sources_non_forked/vim-snippets/ of the original vimrc repository.

  • Add the simpylfold plugin for the python code folding.

  • (On 16 July 2023) Add the markdown-preview.nvim plugin to preview markdown files.

Note that I add plugins as submodule; to pull from submodule, I follow the post here. Basically,

If it's the first time you check-out a repo you need to use --init first:

git submodule update --init --recursive

For git 1.8.2 or above, the option --remote was added to support updating to latest tips of remote branches:

git submodule update --recursive --remote

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.