Add Armv7 assembly support

This commit is contained in:
Steins7 2023-04-20 16:57:05 +02:00
parent 52f6ce4fb5
commit 025676576f

View File

@ -259,6 +259,8 @@ local function manage_plugins()
}
end
},
-- to activate it, use ':set filetype=arm " arm = armv7'
["https://github.com/ARM9/arm-syntax-vim.git"] = {},
}
local manager = require("plogins").manage(plugins)