vim-radioss


Ⅰ. 插件描述

VIM filetype plugin for Radioss

Ⅱ. 基本信息

创建日期:  2015-05-06
使用用户:  0
Github星:  0
插件作者:  gradzikb

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'gradzikb/vim-radioss'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'gradzikb/vim-radioss'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'gradzikb/vim-radioss'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/gradzikb/vim-radioss

Ⅳ. 文档说明

# vim-radioss
VIM filetype plugin for Radioss FE solver.

Introduction

What is Radioss filetype plugin?

It's just bunch of VIM scripts to speed up work with Radioss input file.

Main features

  • Syntax highlighting
  • Folding
  • Keyword library
  • Useful commands, functions and mappings

Syntax highlighting

With color syntax it's easier to navigate through a input file.

syntax

Folding

Node & element table folding, no more never ending scrolling!

folding

Keyword library

With keyword library you can very quick add a new Radioss keyword into your model.

libraryb

Function commands

You can use commands to operate with function data directly in VIM.

commands

Commands, functions & mappings

The plugin has couple of great functions to make your work even faster:

  • mappings
  • comment/uncomment
  • data line autoformating
  • keyword text objects

Documentation

The plugin has decent documentation with detail explanation of all functions and examples.

Please read the documentation before you start using the plugin.

:help radioss

Installation

Pathogen

cd ~/.vim/bundle
git clone https://github.com/gradzikb/vim-radioss

License

The GNU General Public License

Copyright © 2015 Bartosz Gradzik

添加新评论