An open API service indexing awesome lists of open source software.

https://github.com/wsdjeg/iedit.nvim

iedit mode for neovim
https://github.com/wsdjeg/iedit.nvim

neovim-plugin

Last synced: about 1 month ago
JSON representation

iedit mode for neovim

Awesome Lists containing this project

README

        

# iedit.vim

iedit mode deteched from SpaceVim

## Installation

Use your preferred Neovim plugin manager to install mru.nvim.

with [nvim-plug](https://github.com/wsdjeg/nvim-plug)

```lua
require('plug').add({
'wsdjeg/iedit.nvim',
config = function()
vim.keymap.set('n', 'e', "lua require('iedit').start()", { silent = true })
end,
})
```

Then use `:PlugInstall iedit.nvim` to install this plugin.