From 3eaab800c92d910a7234d40eb8fe6281a75feafc Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Tue, 19 Oct 2021 18:21:37 -0700 Subject: [PATCH] chore(readme): fix typo --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e036142..0e48d1c 100644 --- a/readme.md +++ b/readme.md @@ -26,6 +26,7 @@ Full featured native LSP functionality! - Easy LSP installation with [nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer) - Autocompletion provided by [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - Session management with [auto-session](https://github.com/rmagatti/auto-session) +- Additional custom highlighting - Floating windows for references, renaming, diagnostics, code actions and more! _While CosmicNvim is geared specifically toward TypeScript/JavaScript development, it should be able to provide a great experience with any LSP supported language._