Git Product home page Git Product logo

vimrc's Introduction

What does this do?

UI:

Adds support for vim-airline, delimitMate, vim-indentguides, coc.nvim and Plug.
Uses a custom-made colorscheme based off Rainglow's 'darkside-contrast' for VSCode.
Hides the trailing tildes and makes line numbers a e s t h e t i c.

Functional:

Opens in Insert mode by default.
Autocompletes parentheses so you don't have to.
Supports code completion with Intellisense through coc.nvim
Comes with a coderunner script and shortcut for one-tap code compilation;
      F5 for C / C++ / Java / Python.
Keyboard shortcuts for clipboard functions;
      Ctrl-C to Copy
      Ctrl-X to Cut Line
      Ctrl-P to Paste
      Ctrl-Z to Undo

More to come!

Installation

Make sure you have git installed. If not, run sudo apt install git-core

coc.nvim Dependencies

Install npm when necessary. Run sudo apt install npm
This config uses clangd as the Language Server for the C family and is required. Run sudo apt install clang-8 clang-tools-8 && sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-8 100

  1. Run this script in your terminal: wget -O - https://github.com/v15hv4/vimrc/raw/master/install.sh | sh
  2. ???
  3. Profit!

Uninstallation

Run this script in your terminal: wget -O - https://github.com/v15hv4/vimrc/raw/master/uninstall.sh | sh

vimrc's People

Contributors

v15hv4 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.