update astronvim to v3

This commit is contained in:
Alexander Navarro 2023-04-07 17:25:47 -04:00
parent 5ff843d62d
commit 72fe433bc2
19 changed files with 432 additions and 413 deletions

View file

@ -1,3 +1,7 @@
return {
use_winbar = "always",
"s1n7ax/nvim-window-picker",
config = function(plugin, opts)
opts.use_winbar = "always"
require("plugins.configs.nvim-window-picker")(plugin, opts)
end,
}