Giter Site home page Giter Site logo

anan5a / vim-for-python-and-go Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maateen/vim-for-devops

0.0 2.0 0.0 20 KB

My minimal .vimrc file for day-to-day Python3 and Go programming.

Home Page: http://lab.maateen.me/vim-for-python-and-go/

License: GNU General Public License v3.0

Vim Script 100.00%

vim-for-python-and-go's Introduction

Vim for Python3 and Go

This is my minimal .vimrc file, I am using for day-to-day Python3 and Go programming. You can follow this at your own risk.

Usage

You're gonna do Python3 and Go programming on Vim. Let me suppose that you have installed them already.

Install

You should always use the latest Vim (with vim-gnome, build-essential, cmake, git, python3-dev, python3-pip). For Ubuntu, open terminal and play these commands to install them.

sudo add-apt-repository ppa:jonathonf/vim -y
sudo apt update
sudo apt install build-essential cmake git python3-dev python3-pip vim vim-gnome -y

Set up

Play these commands on Terminal to set up Vim.

sudo pip3 install jedi
sudo pip3 install flake8
sudo pip3 install pylint
curl "https://raw.githubusercontent.com/maateen/vim-for-python-and-go/master/.vimrc" > ~/.vimrc
vim +PlugInstall +qall

Compile

Let's compile the YouCompleteMe for autocompletion.

cd ~/.vim/plugged/YouCompleteMe/
python3 install.py --gocode-completer

Shortcuts

Key Description
F5 Run Python3 Scripts
/r go run
/b go build
/t go test
/c go coverage

Roadmap

I can't remmebr. :(

vim-for-python-and-go's People

Contributors

maateen avatar

Watchers

 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.