Skip to content

Commit e4f343e

Browse files
committed
updated readme
1 parent ac704b4 commit e4f343e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22

33
Ignore Python warnings (very useful for vim-htmldjango_omnicomplete plugin)
44

5-
let $PYTHONWARNINGS="ignore"
5+
``let $PYTHONWARNINGS="ignore"``
66

7-
Set PYTHONPATH as current working directory
7+
Set ``PYTHONPATH`` as current working directory
88

9-
let $PYTHONPATH=$PWD
9+
``let $PYTHONPATH=$PWD``
1010

11-
Detect virtualenv
11+
Auto detect virtualenv
1212

13-
$VIRTUAL_ENV
13+
``$VIRTUAL_ENV``
1414

1515
# Python Compiler
1616

1717
Can detect and highlight Python errors, show Python exceptions and errors in QuickFix.
1818

19+
20+
1921
# Autoimport and Folding for imports
2022

2123
Auto folds imports and plugin can auto place import statement

screen.png

262 KB
Loading

0 commit comments

Comments
 (0)