Skip to content

Instantly share code, notes, and snippets.

View hanfluid's full-sized avatar
🎯
Focusing

Han Liu hanfluid

🎯
Focusing
  • University of Minnesota
View GitHub Profile
@hanfluid
hanfluid / .vimrc
Created August 29, 2018 20:57 — forked from Sharpie/.vimrc
A vim profile file designed for editing Fortran source code
" Ensure correct syntax highlighting and auto-indentation for Fortran free-form
" source code.
let fortran_free_source=1
let fortran_do_enddo=1
filetype plugin indent on
syntax on
" Turn on line numbers and row/column numbers.
set nu