lopi-py / luau-lsp.nvim

A luau-lsp extension to improve your experience in neovim.
MIT License
46 stars 10 forks source link

Make treesitter warning message clear that it is coming from luau-lsp #16

Closed Zenthial closed 7 months ago

Zenthial commented 7 months ago

When updating my plugins in bulk, I had trouble finding where this mysterious "A custom treesitter parser is not longer required at all" was coming from. This change makes it clear that luau-lsp is the one throwing the warning message.

lopi-py commented 7 months ago

I understand your situation, but that would require all the other log messages to include "luau-lsp" at the beginning, the logs messages were planned to work with nvim-notify: image Maybe a more descriptive message would help. I'll take a look into that

lopi-py commented 7 months ago

The latest commit should fix this issue (if you don't have nvim-notify, the message would be [luau-lsp.nvim]: A custom treesitter parser is no longer required), thanks for letting me know!