From ff9ae606b924900f96fe3ac717d956779d3b8b2e Mon Sep 17 00:00:00 2001 From: Kirill Schmidt <kirill.schmidt@teckids.org> Date: Sun, 26 May 2024 20:10:24 +0200 Subject: [PATCH] Add Redcode syntax highlighting --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index bd9e41d..87839a9 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -27,4 +27,5 @@ require('lazy').setup({ 'hrsh7th/nvim-cmp', 'dcampos/nvim-snippy', 'dcampos/cmp-snippy', + 'bfontaine/redcode.vim', }) -- GitLab