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

Update lsp-status.txt #8

Closed sbromberger closed 4 years ago

sbromberger commented 4 years ago

Function is called config (correctly in the README.md), not configure.

wbthomason commented 4 years ago

Shoot, sorry about that! I named the function configure internally https://github.com/wbthomason/lsp-status.nvim/blob/d305787fac33341b1a94c2a41af784799930c13f/lua/lsp-status.lua#L60, so the documentation generator put the wrong name in docs/

Nice catch, and thanks for the PR!