a simple vim set for fortran

Posted huangzc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了a simple vim set for fortran相关的知识,希望对你有一定的参考价值。

vim ~/.vimrc

it‘s a new file if you did not create it before

write as follows in the vimrc file

syntax on
set tabstop=4
set autoindent shiftwidth=4
set cindent
set number
let fortran_have_tabs=1
let fortran_fold=1
let fortran_fold_conditionals=1
set foldmethod=syntax



then write and quit(press esc, and then :wq)

以上是关于a simple vim set for fortran的主要内容,如果未能解决你的问题,请参考以下文章

[SVG] Simple introduce for SVG

A simple json-rpc case for bitcoin blockchains

A simple model for describing basic sources of possible performance problems

a simple machine learning system demo, for ML study.

人工智能有简单的算法吗?Appendix: Is there a simple algorithm for intelligence?

A simple in-process HTTP server for UWP