From 2b57add8b78c8209b361b01ccab4142ca28d7ebe Mon Sep 17 00:00:00 2001 From: Dave Lage Date: Fri, 19 Feb 2021 23:10:15 -0500 Subject: [PATCH] Add more context --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c61dc52..91cfe6c 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Neovim supports a wide variety of UI's. ### Terminal integration -- [nikvdp/neomux](https://github.com/nikvdp/neomux) -- [akinsho/nvim-toggleterm.lua](https://github.com/akinsho/nvim-toggleterm.lua) +- [nikvdp/neomux](https://github.com/nikvdp/neomux) - Control neovim from shells running inside neovim. +- [akinsho/nvim-toggleterm.lua](https://github.com/akinsho/nvim-toggleterm.lua) - A neovim lua plugin to help easily manage multiple terminal windows - [norcalli/nvim-terminal.lua](https://github.com/norcalli/nvim-terminal.lua) - A high performance filetype mode for Neovim which leverages conceal and highlights your buffer with the correct color codes. ### Snippets @@ -76,7 +76,7 @@ Neovim supports a wide variety of UI's. ### Fuzzy Finder -- [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - `telescope.nvim` is a highly extendable fuzzy finder over lists. Built on the latest awesome features from `neovim` core. Telescope is centered around modularity, allowing for easy customization. +- [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - telescope.nvim is a highly extendable fuzzy finder over lists. Built on the latest awesome features from neovim core. Telescope is centered around modularity, allowing for easy customization. - [vijaymarupudi/nvim-fzf](https://github.com/vijaymarupudi/nvim-fzf) - A Lua API for using fzf in `Neovim` (>= 0.5). Allows for full asynchronicity for UI speed and usability. - [LoricAndre/fzterm.nvim](https://github.com/LoricAndre/fzterm.nvim) - The basic idea is to make it fully customizable, the plugins provides the basic framework and a few implementations. - [amirrezaask/fuzzy.nvim](https://github.com/amirrezaask/fuzzy.nvim) - fuzzy.nvim provides a simple mechanism and pipeline to create fuzzy matching in neovim.