Giter Site home page Giter Site logo

vimrc's Introduction

ON LINUX MINT V 17.1 KDE

Deleted vim to system

  sudo apt-get autoremove vim vim-tiny
  sudo rm -rf /usr/share/vim
  sudo rm -rf /etc/vim


Installs ṕackages requirements:

# Lib dependence to install vim
  sudo apt-get install libghc-vty-dev

# Added Support to tagbar Pluggin to vim
  sudo apt-get install exuberant-ctags

# Added support to flake8
  sudo pip3 install flake8

# Downloaded and install vim with support python3
  cd Downloads/
  git clone https://github.com/vim/vim.git
  cd vim/
  ./configure --enable-python3interp --enable-cscope --enable-gui=auto --enable-multibyte -with-python3-config-dir=/usr/lib/python3.4/config-3.4m-x86_64-linux-gnu --prefix=/usr/ --with-features=huge
  make
  sudo make install
  
# Downloaded my vimrc
  cd ~
  git clone [email protected]:mjroson/vimrc.git ~/.my_vimrc
  ln -s ~/.my_vimrc/.vimrc ~/.vimrc
    
  git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

# When first open vim run:
  :PluginInstall

vimrc's People

Contributors

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