nvim/lua/plugins/magma_nvim.lua

6 lines
103 B
Lua

return {
"dccsillag/magma-nvim",
cond = not vim.g.vscode,
event = { "FileType python" },
}