From 2714fee412cbaa3ac2f544a15f2a8927aaeaa366 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 3 Mar 2024 12:43:36 +0100 Subject: [PATCH] install vim-processing for highlighting and running --- lua/lazy-plugins.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 665e7c2..d03ab98 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -24,6 +24,9 @@ require('lazy').setup { 'tpope/vim-fugitive', 'tpope/vim-rhubarb', + -- Processing-Java + 'sophacles/vim-processing', + -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically