https://github.com/itsfarseen/expos-vim-plugins
https://github.com/itsfarseen/expos-vim-plugins
hacktoberfest vim
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsfarseen/expos-vim-plugins
- Owner: itsfarseen
- Created: 2019-11-04T17:32:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T05:17:38.000Z (over 3 years ago)
- Last Synced: 2025-04-15T23:14:18.403Z (about 1 year ago)
- Topics: hacktoberfest, vim
- Language: Vim Script
- Homepage:
- Size: 401 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 + PID*17] instead of [PROCESS_TABLE + PID*16]
* 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
