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
621 stars 41 forks source link

Possible to configure using vimscript ? #46

Closed Herz3h closed 3 years ago

Herz3h commented 3 years ago

I have my vimrc written in vimscript for compatibility reasons, is there a way to configure this plugin using vimscript or its only intended to be configured using lua ? ty

Herz3h commented 3 years ago

sorry, found this post explaining how to use lua in vimrc: https://teukka.tech/luanvim.html