diff --git a/plug.lua b/plug.lua index 7b6da74..1f752cb 100644 --- a/plug.lua +++ b/plug.lua @@ -72,10 +72,13 @@ require('mini.statusline').setup({ use_icons = true, set_vim_settings = true, }) +require('mini.tabline').setup({ + -- TODO: port keybindings from the older configuration +}) +require('mini.trailspace').setup() -- trailing space indication and removal. -- WARN: conflicts with whitespace thing +-- Set up mini.deps, and add the plugins we'll need to use. require('mini.deps').setup({ path = { package = path_package } }) - --- import the plugins that we'll be using local add = MiniDeps.add add({ source = 'https://github.com/rmagatti/auto-session' }) add({ source = 'https://github.com/windwp/nvim-autopairs' })