Coder Social home page Coder Social logo

.vim's Introduction

My own awesome vim

Vim is an open source, cross-platform text editor available on most Unix-like systems. These are my settings for your daily use.

Vim es un editor de texto de código abierto, multiplataforma, disponible en la mayoría de sistemas tipo Unix. Éstas son mis configuraciones para su uso diario.

Requirements - Requisitos

We are using a plugin that requires a version of vim compiled with python enabled, so we use the vim-nox version for Debian

Estamos usando un plugin que requiere de una version de vim compilada con python habilitado por ello usamos la version vim-nox para Debian

RPM based linux systems - sistemas linux basados en RPM

Use the package manager dnf to install vim, git and ctags.

dnf install vim
dnf install git
dnf install ctags

Alpine linux

Use the package manager apk to install vim, git and ctags.

apk add tmux
apk add git
apk add ctags

Debian / Ubuntu - linux

Use the package manager apt to install vim, git and ctags..

apt install vim-nox
apt install git
apt install exuberant-ctags

Installation

We are going to clone this repository in the current user's folder, a non-root user is recommended

cd ~
git clone https://github.com/whohe/.vim
ln -s .vim/vimrc .vimrc
cd .vim
git submodule update --init --recursive

Usage

We can open any text file using vim command as follows.

vim filename.vim

The most important plugins that are being used in this projects are:

Los plugins mas importantes que estan siendo usados en este proyectos son:

  • vim-pathogen Engine that provides a directory structure for the use of plugins, just clone the new plugin in the .vim/bundle/newPlugin folder and it would be working.
  • emmet-vim Provides support for expanding abbreviations similar to emmet
  • MatchTagAlways Highlights the XML/HTML tags that enclose your cursor location.
  • nerdcommenter
  • nerdtree File system explorer for the Vim editor
  • tagbar Provides an easy way to browse the tags of the current file and get an overview of its structure.
  • typescript-vim

Preview Preview Preview

If you had problems getting vim with precompiled python, you can remove the MatchTagAlways plugin as follows to continue without any warning messages.

Si tuviste problemas para obtener vim con python precomplidao, puedes eliminar el plugin MatchTagAlways de la siguiente manera para seguir sin ningun mensaje de advertencia.

rm -rf .vim/bundle/MatchTagAlways/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL V3

.vim's People

Contributors

whohe avatar

Watchers

James Cloos 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.