mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

Add doc/tags to .gitignore #671

Open AlxHnr opened 6 hours ago

AlxHnr commented 6 hours ago

Plugin managers generate tag files for the help-page bundled with nvim-lint. But this makes the plugins directory appear as "modified" in git status. It can be annoying when installing plugins as submodules, because now everything is "modified".