ylgeeker / vim

Personal vim settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐸 Personal Vim8 Configs

Before installation, backup and clean all files and directories starting with '.vim' in the HOME directory to avoid effects related to the old and new configurations.

Recommended OS is CentOS 8 which have Clang 11+, GCC 7+/8+, and you also could install universal ctags(https://github.com/universal-ctags/ctags) by your self for more ctag features.

πŸ‘€ Install:

Run the command to install and config your vim shit ~

sudo wget -O - https://raw.githubusercontent.com/ylgeeker/vim/master/install.sh | sh

🌈 Others:

avatar

πŸ” Recommended Theme: https://github.com/altercation/vim-colors-solarized

let g:solarized_termcolors=256
let g:solarized_termcolors=16
let g:solarized_termtrans=1

🍺 Recommended Color:

Foreground: 00f900
Background: 002b36

🍟 Recommended Terminal:

export PS1='\[\e[32;1m\][\u@\h \W]\\$> \[\e[0m\]'

About

Personal vim settings


Languages

Language:Vim Script 56.1%Language:Shell 43.9%