VIM filetype plugin for Ls-Dyna FE solver.
The plugin make your work with Ls-Dyna keyword file as fast and as easy as possible.
- 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
Easy navigation with keyword file.
No more never ending scrolling.
Inserting of keywords/options/ids/parameters never was easier.
One tool to rule them all.
Many great features to update your model directly in VIM.
The plugin in action you can see here.
Please read documentation to get know all plugin features.
:help lsdyna
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
The GNU General Public License
Copyright © 2021 Bartosz Gradzik