Git Product home page Git Product logo

flycheck-vale's Introduction

flycheck-vale

MELPA

This package provides flycheck integration for vale. Flycheck is an Emacs system for on-the-fly syntax checking. Vale is a natural language linter. So with flycheck-vale you get on-the-fly natural language linting.

Right now flycheck-vale is very new and unpolished. Ideas, PRs, etc. are welcome!

Quickstart

Install flycheck-vale from MELPA using package-install or something equivalent.

To use flycheck-vale just require it and run flycheck-vale-setup:

(require 'flycheck-vale)
(flycheck-vale-setup)

Dis/enabling flycheck vale for specific buffers

The buffer-local variable flycheck-vale-enabled allows you to enabled or disable vale linting for specific buffers. If this variable is t then vale linting will be performed (assuming you've got flycheck-mode enabled, etc.) Likewise, if it is nil then vale linting will never be performed.

You can use flycheck-vale-toggle-enabled to toggle this variable between t and nil. (And of course you can set it other ways if you want.) By default the variable is t.

flycheck-vale's People

Contributors

abingham avatar nnicandro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.