mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-06-27 12:03:18 +00:00
589ab57da2
feat(magma.lua.disabled): add magma plugin and configuration, but disable it for now
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
return {
|
|
"dccsillag/magma-nvim",
|
|
config = function()
|
|
vim.cmd([[ UpdateRemotePlugins ]])
|
|
require("absolute.after.magma")
|
|
end
|
|
}
|