Created
September 26, 2018 19:00
-
-
Save mfe5003/66eb6966889a4e1f4921a569d48a6f75 to your computer and use it in GitHub Desktop.
.vimrc for servers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
colorscheme mebert | |
set nu | |
map <F10> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<' | |
\ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" | |
\ . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">"<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment