Skip to content

itsfarseen/expos-vim-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eXpOS Vim Plugins

Installation

  • Vim Plug
        Plug 'itsfarseen/expos-vim-plugins'
    
  • Vundle
        Plugin 'itsfarseen/expos-vim-plugins'
    
  • Pathogen
        cd ~/.vim/bundle # or whichever directory you configured for pathogen
        git clone https://github.com/itsfarseen/expos-vim-plugins.git
    
  • Packer
        cd ~/.config/nvim/lua/plugins/init.lua # or whichever directory you initialized packer
        use 'itsfarseen/expos-vim-plugins'
        
        inside return require('packer').startup(function(use) ... )
    

Features

  • Full syntax highlighting for SPL
  • All SPL Constants are recognized
  • Catches errors like [PROCESS_TABLE + PID17] instead of [PROCESS_TABLE + PID16]
  • multipush and multipop are assigned different colors to catch errors like multipush without multipop or vice versa
  • Almost full syntax highlighting support for EXPL

Screenshot

Spl

Expl

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published