diff --git a/README.md b/README.md index 0123371..f0cb3c8 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ variable is: all features(handler) provided by LSP from commonly used search reference, to less commonly used search for interface implementation. +- Code Action GUI + - Luv async thread and tasks - Edit your code in preview window @@ -369,9 +371,9 @@ require'navigator'.setup({ | n | gT | treesitter document symbol | | n | \gT | treesitter symbol for all open buffers | | n | K | hover doc | -| n | \ca | code action (when you see 💡 ) | +| n | \ca | code action (when you see 🏏 ) | | n | \la | code lens action (when you see a codelens indicator) | -| v | \cA | range code action (when you see 💡 ) | +| v | \cA | range code action (when you see 🏏 ) | | n | \rn | rename with floating window | | n | \re | rename (lsp default) | | n | \gi | incoming calls |