Skip to content

mrmgxxxx/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

🐸 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/mrmgxxxx/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\]'