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/lsp-format.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugin/lsp-format.lua (limited to 'plugin/lsp-format.lua') diff --git a/plugin/lsp-format.lua b/plugin/lsp-format.lua new file mode 100644 index 0000000..e21bdfd --- /dev/null +++ b/plugin/lsp-format.lua @@ -0,0 +1,6 @@ +if vim.g.did_load_lsp_format_plugin then + return +end +vim.g.did_load_lsp_format_plugin = true + +require("lsp-format").setup() -- cgit v1.2.3