Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged vim  ✕   ✕
A vim config file for developing in Python. https://svn.python.org/projects/python/trunk/Misc/Vim/vimrc
Tue 20 Mar 2018 12:56:21 AM PDT archive.org

This is a configuration file maintained by the Python project which optimizes (g)vim for writing Python code. You don't have to replace your existing .vimrc with it; in fact, it has conditionals that only fire if vim detects that you're editing Python code so it shouldn't mess with anything else you work on. Here's how I use it:

0) Copy this file as ~/.vim/vimrc.python
1) Add the following line to ~/.vimrc:
source /home//.vim/vimrc.python

Uncomment automatic indentation at the end of the file, otherwise this file won't do much for you. I also uncommented syntax highlighting.

development python vim configuration
FreeBSD Install VIM Editor Without X11 GUI http://www.cyberciti.biz/faq/freebsd-install-vim-editor-without-x11-gui/
Tue 20 Mar 2018 12:56:11 AM PDT archive.org

How to install vim from the FreeBSD ports collection without it installing most of X along with it.

cd /usr/ports/editors/vim
make WITHOUT_X11=yes install clean

installation howto ports sysadmin vim freebsd x11 packages options
Kenneth Falck : Format JSON in vim https://coderwall.com/p/faceag
Tue 20 Mar 2018 12:31:35 AM PDT archive.org

How to prettify a block of JSON in vim so that it's easier to read. You need to have Python installed for it to work.

development python text vim json formatting howto
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn