summaryrefslogtreecommitdiff
path: root/lua/lang/rust.lua
AgeCommit message (Collapse)Author
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-21[Feature] Allow for custom path to a language server binary (#1043)ichigo-gyuunyuu
2021-07-17be explicit about stdin for formatters (#987)Abouzar Parvan
2021-07-14Default config reformat (#951)Abouzar Parvan
2021-07-14reformat most langschristianchiarulli