From c214b60502f4251a077e1ca733726bda93a0ca50 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 20 Oct 2025 15:26:51 -0500 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02ca132..0f23e6d 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,10 @@ M.setup = function() return end - -- Native LSP + -- CoC require("nvim-flutter-companion").setup({use_coc = true}) - -- CoC + -- Native LSP require("nvim-flutter-companion").setup({use_coc = false}) end