From dc15138bb376138c02ffe6ef4562561cb0941754 Mon Sep 17 00:00:00 2001 From: josean-dev Date: Sat, 2 Sep 2023 12:03:40 -0400 Subject: [PATCH] Updates to readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1d82ae..4cdbdc5 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ xcode-select --install - [nvim-telescope/telescope-fzf-native.nvim](https://github.com/nvim-telescope/telescope-fzf-native.nvim) - Dependency for better performance - [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - Fuzzy Finder +- [stevearc/dressing.nvim](https://github.com/stevearc/dressing.nvim) - select/input ui improvement #### Marking Files With Prime's Harpoon @@ -147,6 +148,7 @@ xcode-select --install - [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - Completion plugin - [hrsh7th/cmp-buffer](https://github.com/hrsh7th/cmp-buffer) - Completion source for text in current buffer - [hrsh7th/cmp-path](https://github.com/hrsh7th/cmp-path) - Completion source for file system paths +- [onsails/lspkind.nvim](https://github.com/onsails/lspkind.nvim) - Vs Code Like Icons for autocompletion #### Snippets @@ -163,9 +165,6 @@ xcode-select --install - [williamboman/mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) - Bridges gap b/w mason & lspconfig - [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - Easy way to configure lsp servers - [hrsh7th/cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp) - Smart code autocompletion with lsp -- [glepnir/lspsaga.nvim](https://github.com/glepnir/lspsaga.nvim) - Enhanced uis for lsp -- [jose-elias-alvarez/typescript.nvim](https://github.com/jose-elias-alvarez/typescript.nvim) - Additional functionality for typescript server -- [onsails/lspkind.nvim](https://github.com/onsails/lspkind.nvim) - Vs Code Like Icons for autocompletion #### Formatting & Linting