From 262486cae8476f230f0b266b52472736ba63b1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chlo=C3=A9=20Kassandra=20Ren=C3=A9e=20Rappold?= Date: Mon, 3 Feb 2025 08:44:47 +0000 Subject: [PATCH] Add plugin file --- lua/plugin.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugin.lua diff --git a/lua/plugin.lua b/lua/plugin.lua new file mode 100644 index 0000000..f8e725e --- /dev/null +++ b/lua/plugin.lua @@ -0,0 +1,4 @@ +require "paq" { + 'savq/paq-nvim', + 'mhartington/formatter.nvim' +}