1. 38
    1. 3

      Ooh. I kinda want to try a lint where variable names in a function must be at least two characters different than any other variable name (https://twitter.com/marick/status/1478813195234127880), and this might make that easily possible.

      1. 2

        Amazing. I wonder if there is already a linter that works as both, standalone and as a native neovim plugin (only using the treesitter queries).

        1. 1

          Pretty similar to what Rubocop does in Ruby.