Skip to content

Maltemo/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIMRC

This is my vim configuration file

What's VIM ?

VIM or VI iMproved is a text-editor in the terminal.

What's vimrc ?

The file .vimrc is the configuration file of vim. It enables users to customize and adapt this text-editor to their needs.

Installation

In order to install this configuration, you will have to execute those command-lines in your terminal :

cd ~
git clone https://github.com/Maltemo/vimrc.git
cd vimrc
git submodule update --init --recursive
cd ../
mv vimrc/.vimrc ./ & mv vimrc/.vim ./
rm -rf vimrc

This configuration isn't meant to be often updated, so you wont have to update it. This explains why I delete the folder of this repo (last command)

Plugin added to vim

NerdTREE

The NERDTree is a file system explorer for the Vim editor.

You can toggle it with F9. All documentation about shortcuts are available in .vim/bundle/nerdtree/doc

Taglist

The "Tag List" plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages.

You can toggle it with F8.

Snipmate

SnipMate aims to provide support for textual snippets. Personal snippets can be found in .vim/snippets/ folder.

Vim-Airline

Vim-Airline Displays a beautiful bar at the bottom of vim

Releases

No releases published

Packages

No packages published