Coder Social home page Coder Social logo

vimsetup's Introduction

VimSetup

This repo contains my personal Vim configuration for easy setup across multiple machines. It includes basic editor settings, plugins for improved functionality, and a theme for aesthetics.

Prerequisites

Before installing this Vim configuration, ensure you have Vim installed with support for asynchronous I/O, important for plugins like coc.nvim. You can verify Vim's features by running:

vim --version

Make sure +python3 and +job appears in the output.

Installation

1. Clone

Clone this repo into your home directory or any preferred location. For example:

git clone https://github.com/Dishpit/vimsetup.git ~/.vim

2. Install Vim-Plug

You'll need vim-plug to manage Vim plugins. Install it by running:

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

3. Link

Link the .vimrc file from the cloned repo to your home directory.

ln -s ~/.vim/.vimrc ~/.vimrc

4. Install Plugins

Open Vim, and install the plugins by running:

:PlugInstall

Updating

To update plugins, open Vim and run:

:PlugUpdate

Customizing

Feel free to customize the .vimrc file to suit your preferences. Add new plugins, change settings, and tweak the editor to make it your own. I'm providing this as an example of what works for me, so bear in mind everybody's different.

Issues

If you run into any problems with the config or have suggestions, please open an issue or a PR.

vimsetup's People

Contributors

dishpit avatar

Watchers

 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.