simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.16k stars 158 forks source link

Added filetypes field to standalone client config #258

Closed AkashKarnatak closed 2 years ago

AkashKarnatak commented 2 years ago

Statusline plugins use filetypes field to identify whether a given server belongs to a particular filetype or not. This helps them only display relevant server names to the statusline.