https://github.com/pinaki82/artistic_styler_console_direct.vim
Artistic Style plugin for Vim/GVim
https://github.com/pinaki82/artistic_styler_console_direct.vim
Last synced: 5 months ago
JSON representation
Artistic Style plugin for Vim/GVim
- Host: GitHub
- URL: https://github.com/pinaki82/artistic_styler_console_direct.vim
- Owner: Pinaki82
- License: bsl-1.0
- Created: 2020-11-15T06:49:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T10:35:16.000Z (about 3 years ago)
- Last Synced: 2025-03-02T16:37:09.951Z (over 1 year ago)
- Language: Vim Script
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artistic_styler_console_direct.vim
Artistic Style code formatter plugin for Vim/GVim
Put 'artistic_styler_console_direct.vim' file directly into the 'plugin' folder or use a plugin manager such as https://github.com/junegunn/vim-plug.
1. Style Java (minimal): Leader+ft1 (i.e. \ft1)
2. Style BSD (minimal): Leader+ft2 (i.e. \ft2)
3. Style GNU (minimal): Leader+ft3 (i.e. \ft3)
4. Write & Format [Style Java (minimal)]: Command `:Was` (`:W` to Write/Save, `as` -> Artistic Style)
Can be operated from the Toolbar in GVim.
NOTE: Copy 'bitmap' folder to your HOME directory, i.e., `%userprofile%\.vim` or `%userprofile%\vimfiles` (on Windows) or `~/.vim` (on Linux) if you are using a plugin manager. For example, vim-plug stores all the plugins into the 'plugged' folder. Toolbar icons will not be loaded from `%userprofile%\.vim\plugged\artistic_styler_console_direct.vim\bitmaps` directory. Icons can only be loaded from `%userprofile%\.vim\bitmaps` folder.