Awesome
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.
Nodes/elements table folding
No more never ending scrolling.
Omni-completion
Inserting of keywords/options/ids/parameters never was easier.
Keyword manager
One tool to rule them all.
Commands/functions/mappings
Many great features to update your model directly in VIM.
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