From 5ec30e9a2b9047713c060c90a5e7930fafc2a3d6 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 13 Jul 2024 20:12:35 -0400 Subject: flatten plugin structure --- plugin/trouble.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugin/trouble.lua (limited to 'plugin/trouble.lua') diff --git a/plugin/trouble.lua b/plugin/trouble.lua new file mode 100644 index 0000000..e1e7768 --- /dev/null +++ b/plugin/trouble.lua @@ -0,0 +1,6 @@ +if vim.g.did_load_trouble_plugin then + return +end +vim.g.did_load_trouble_plugin = true + +require("trouble").setup() -- cgit v1.2.3