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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -