Nickael / vim.dotfiles

vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Prerequisites

To use this configuration correctly, you need to install this cli programms git or depending on your python version python3.6-dev or depending on your python version vim 8.1 min version

Getting Git CLI

$ sudo apt install -y git

or

# yum install python3.6-dev

Getting Python Headers

For Python3.6 installed version

$ sudo apt install -y python3.6-dev

or

# yum install python3.6-dev

Getting Vim 8.1

sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim

source here

Good to know

Getting powerline fonts

Make sure you change you shell default font to powerline fonts. Get all of powerline fonts here or to nerd fonts. Get all of nerd fonts here

Basic installation

Via curl

git clone https://github.com/Nickael/vim.dotfiles.git && cd vim.dotfiles && ./install.sh && cd - && rm -fr vim.dotf*

Good luck and enjoy

About

vim configuration

License:MIT License


Languages

Language:Vim Script 53.3%Language:Shell 46.7%