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