Linting with ALE with executables in virtual envs

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ale

    Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

  • I don't use ALE, but I think you could get something working through the g:ale_python_*_auto_poetry and g:ale_python_*_executable options. See :help ale-python as a starting point: https://github.com/dense-analysis/ale/blob/master/doc/ale-python.txt

  • nvim-lint

    An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

  • I use nvim-lint (https://github.com/mfussenegger/nvim-lint), but I still don't know exactly how to achieve your goals with it. My hunch is that it should be somewhat straightforward, since Lua code could be used to provide the executable command (i.e. if in poetry project then cmd =poetry run ...else if ... then ... end)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ALE now supports Neovim's diagnostics API

    5 projects | /r/neovim | 31 Jan 2023
  • This Week in Neovim #47: Archiving null-ls, native inlay hints, build.lua, flash.nvim, mini.files...

    1 project | /r/neovim | 11 Jul 2023
  • Vim users who work without any plugins, how does your vimrc look like?

    7 projects | /r/vim | 30 May 2023
  • closest thing to ALE with jedi-language-server with python 2.17

    3 projects | /r/vim | 25 Dec 2022
  • 1. Is it easier to switch from Python to Rust or to switch from JavaScript to Rust (in terms of learning)?

    4 projects | /r/rust | 26 Nov 2022