python 3.x - How do you set up formatting in vim? -
earlier, when used open .py files in vim on ubuntu, formatted, separate colours separate segments of program. now, when using vim on ubuntu, text in .py file appears black. how can correct this?
check man vim
. in nutshell, find copy of vimrc file, 1 might under /usr/share/vim/
subtree. may named vimrc_example.vim
. copy home directory , rename .vimrc
.
Comments
Post a Comment