simrat39 / rust-tools.nvim

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

Add syntax tree #402

Open kilpkonn opened 1 year ago

kilpkonn commented 1 year ago

Add rust analyzers syntax tree (useful for mostly rust-analyzer developers)

Rust analyzer extension: https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/lsp-extensions.md#syntax-tree

image

Not very experienced in writing nvim plugins so please point out if there is something wrong etc.