Skip to content

Instantly share code, notes, and snippets.

@lunglungyu
lunglungyu / .vimrc
Created February 22, 2016 13:43 — 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