summaryrefslogtreecommitdiff
path: root/lua/plugins/rust.lua
blob: e4bc53f57b6507e0f7001ea8275119eab1404bd1 (plain)
1
2
3
4
5
6
7
8
9
10
return {
  -- For debugging capabilities, need to change the config
  -- from lspconfig into it's own thing, for more:
  -- https://www.youtube.com/watch?v=mh_EJhH49Ms
  'rust-lang/rust.vim',
  ft = 'rust',
  init = function()
    vim.g.rustfmt_autosave = 1
  end
}