Skip to content

JuanDAC/betty-ale-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

betty-ale-vim

An extention for Ale which integrate Betty's linter of holberton school with vim

How to install

Prerequisites

  • This is an extension of ALE, So you need to install it first

Installation with Vim-Plug

  • List the plug with the Plug command
    Plug 'JuanDAC/betty-ale-vim'

  • Include the betty-style and betty-doc into the ale linters
    let g:ale_linters = {'c': ['betty-style', 'betty-doc']}

Example

"Call Vim-plug
call plug#begin('~/.vim/plugged')
	Plug 'dense-analysis/ale'|          "ALE is a prerequisite
	Plug 'JuanDAC/betty-ale-vim'|       "Program
call plug#end()


let g:ale_linters = {'c':['betty-style', 'betty-doc', 'gcc']}

Check it in action

vim-ale-demo

Author

JuanDAC Athesto

Support us

This is single project that we to with love, and If your like it please give us an star ⭐ and share it with your peers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published