Skip to content

gradzikb/vim-lsdyna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-lsdyna

VIM filetype plugin for Ls-Dyna FE solver.

Introduction

The plugin make your work with Ls-Dyna keyword file as fast and as easy as possible.

Main features

  • Syntax highlighting
  • Nodes/elements table folding
  • Omni-completion for keywords/options/ids/parameters
  • Keyword manager
  • Numerous commands to operate on model data
  • Useful mappings and functions

Syntax highlighting

Easy navigation with keyword file.

syntax

Nodes/elements table folding

No more never ending scrolling.

folding

Omni-completion

Inserting of keywords/options/ids/parameters never was easier.

omni-completion

Keyword manager

One tool to rule them all.

lsmanager

Commands/functions/mappings

Many great features to update your model directly in VIM.

commands

Example

The plugin in action you can see here.

Documentation

Please read documentation to get know all plugin features.

:help lsdyna

Installation

The plugin required (g)VIM 8.2.1176 or higher.

Installation with (g)VIM native package manager :help packages

Windows:

mkdir %USERPROFILE%\vimfiles\pack\cae_plugins\start\
cd %USERPROFILE%\vimfiles\pack\cae_plugins\start\
git clone https://github.com/gradzikb/vim-lsdyna

Linux

mkdir -p ~/.vim/pack/cae_plugins/start/
cd ~/.vim/pack/cae_plugins/start/
git clone https://github.com/gradzikb/vim-lsdyna

License

The GNU General Public License

Copyright © 2021 Bartosz Gradzik

About

VIM filetype plugin for Ls-Dyna

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published