nvim-lua / lsp-status.nvim

Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
MIT License
625 stars 41 forks source link

Ignore generated docs #12

Closed Shatur closed 4 years ago

Shatur commented 4 years ago

This PR adds ignoring generated tags. It will be useful for users who use the native package manager and update plugins through git.

fzf.vim, neoformat, neoterm, nerdcommenter, nerdtree and many other plugins have the same approach.

wbthomason commented 4 years ago

Great, thanks!