Skip to content

Instantly share code, notes, and snippets.

View Arafat245's full-sized avatar

Arafat Arafat245

View GitHub Profile
printstring macro msg
mov ah, 09h
mov dx, offset msg
int 21h
endm
readnum macro num
" full Python syntax highlighting
let python_highlight_all=1
let g:pyflakes_use_quickfix=1
augroup PYTHON
autocmd FileType python setlocal omnifunc=pythoncomplete#Complete
" this one is which you're most likely to use?
autocmd FileType python highlight ColorColumn ctermfg=12, ctermbg=9
autocmd FileType python call matchadd('ColorColumn', '\%80v', 100)
" Display tabs at the beginning of a line in Python mode as bad