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
- Host: GitHub
- URL: https://github.com/wsdjeg/iedit.nvim
- Owner: wsdjeg
- Created: 2018-12-16T16:26:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T14:32:41.000Z (2 months ago)
- Last Synced: 2025-03-16T14:34:13.212Z (2 months ago)
- Topics: neovim-plugin
- Language: Lua
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.