Skip to content

Vim plugins (syntax, indent and more) for Kawasaki AS language

License

Notifications You must be signed in to change notification settings

KnoP-01/kawasaki-as-for-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                             _           _______
                                            /.\\        /  ___  \_________  _
                ___     ___                 \_/ \       | /   \     ____  \/ |   _____   
               /   \   /   \                  \  \      | | O |  _________/\_|  /  | o\  
              |  _  | |  \ _|                  \--\     | \___/ /             _/  _/  /  
              | | | |  \  \                    | o |     \      \       /\   /.\ / | |   
              | |_| |  _\  \                   /--/       \  \\  \      \/\  \_//  | |   
              |  _  | |  \  |                 /  /         \  \\  \      \ \      /  |   
              |_| |_|  \___/                _/  /           \   _  \      \-\     |  o\_ 
                                           / \ /            |  /.\  |     |o|     /_____\
                 for Vim                  | o |_      _____/   \_/  |     /-/     |     |
               by Knosowski                \_/__|__  |____   ______/     / /      |_____|
                                           |___ ___\ |    \_____   |    /  |
                                            |  \__ |  \___________/     | o \__
                                            |______|  |           |     \______\
        industrial robot programming                  |           |      |     |
                                                      |___________|      |_____|

kawasaki-as-for-vim

Vim plugins (syntax, indent and more) for Kawasaki AS language

Introduction:

Kawasaki AS for Vim (7.4 or later) is a collection of Vim scripts to help programming Kawasaki industrial robots.

It provides

Installation:

Installation with vim-plug: ~

Put this in your .vimrc: >

call plug#begin('~/.vim/plugged')
  Plug 'KnoP-01/kawasaki-as-for-vim'
call plug#end()

For the first installation run: >

:PlugInstall

Update every once in a while with: >

:PlugUpdate

Manual installation: ~

Extract the most recent release and copy the folders /doc, /ftdetect, /ftplugin, /indent and /syntax into your ~/.vim/ or %USERPROFILE%\vimfiles\ directory. Overwrite kawasaki_as.* files from older installation.

Put the following in your .vimrc: >

syntax on                  " syntax and filetype on in that order
filetype plugin indent on  " syntax and filetype on in that order

Self promotion

If you like this plugin please Star it. If you don't but you think it could be useful if this or that would be different, don't hesitate to email me or even better open an issue. With a little luck and good timing you may find me on ircs://irc.libera.chat:6697/#vim as KnoP in case you have any questions.

About

Vim plugins (syntax, indent and more) for Kawasaki AS language

Resources

License

Stars

Watchers

Forks

Packages

No packages published