mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
return {
|
|
"dccsillag/magma-nvim",
|
|
config = function()
|
|
vim.cmd([[ UpdateRemotePlugins ]])
|
|
require("absolute.after.magma")
|
|
end
|
|
}
|