Skip to content

alejandro5x/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

My Vim Configuration (.vimrc)

This repository contains my custom Vim configuration, designed to enhance productivity and streamline development with a focus on efficiency and simplicity.

Features

  • Vim-Plug Integration: Easily manage your plugins with Vim-Plug, a lightweight and versatile plugin manager.
  • Custom Mappings: Personalized keybindings to optimize navigation and editing.
  • Syntax Highlighting: Enhanced syntax support for various programming languages.
  • Auto-completion: Integrated auto-completion for faster coding.
  • Status Line Configuration: Customized status line for better visibility and functionality.

Installation

  1. Clone this repository:

    git clone https://github.com/alejandro5x/vimrc.git ~/.vim
  2. Install Vim-Plug:

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

    cp ~/.vim/.vimrc ~/
  4. Install Plugins: Launch Vim and run:

    :PlugInstall
    

Usage

Simply open Vim, and your configuration will be loaded automatically, complete with all the installed plugins and custom settings.

Contributing

Feel free to fork this repository and make your own modifications. Contributions are welcome via pull requests.

About

This repository contains my custom Vim configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published