return { -- File Browser { 'stevearc/oil.nvim' }, -- Rust Format on Save { 'rust-lang/rust.vim', ft = "rust", init = function () vim.g.rustfmt_autosave = 1 end }, -- Theme { 'catppuccin/nvim', name='catppuccin', priority = 1000 }, }