# robotframework-vim **Repository Path**: mirrors_peritus/robotframework-vim ## Basic Information - **Project Name**: robotframework-vim - **Description**: Some vim scripts for use with the Robot framework. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Vim plugins for development with Robot framework FUNCTIONALITY ------------------------------------------ * {rtp}/after/syntax/robot.vim - Robot syntax plugin for text, space-delimited files. * {rtp}/ftdetect/robot.vim - Robot filetype recognition plugin for text, space-delimited files. INSTALLATION ------------------------------------------ Quickly install by: * git clone git://github.com/mfukar/robotframework-vim.git * cd robotframework-vim && cp -R * ~/.vim/ USAGE ------------------------------------------ * To enable syntax highlighting in vim, you may add this line at the beginning of a Robot Framework file(s): `# -*- coding: robot -*-` Alternatively, set the g:robot_syntax_for_txt global variable to treat .txt files as Robot files.