From 025676576f20539be7fbcfc68b71a4b39e5eb3ce Mon Sep 17 00:00:00 2001 From: Steins7 Date: Thu, 20 Apr 2023 16:57:05 +0200 Subject: [PATCH] Add Armv7 assembly support --- lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index e8eb8ee..20b906b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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)