docs: add paragraph with feature overview
parent
efbd1398ee
commit
aea0e23492
16
README.md
16
README.md
|
|
@ -4,10 +4,11 @@
|
||||||
<a href="https://dotfyle.com/plugins/chrisgrieser/nvim-genghis">
|
<a href="https://dotfyle.com/plugins/chrisgrieser/nvim-genghis">
|
||||||
<img src="https://dotfyle.com/plugins/chrisgrieser/nvim-genghis/shield"/></a>
|
<img src="https://dotfyle.com/plugins/chrisgrieser/nvim-genghis/shield"/></a>
|
||||||
|
|
||||||
Lightweight plugin providing file operations without a full-blown file tree.
|
Lightweight file operations without a full-blown file management plugin.
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
||||||
|
- [Features](#features)
|
||||||
- [Installation and Setup](#installation-and-setup)
|
- [Installation and Setup](#installation-and-setup)
|
||||||
- [Available Commands](#available-commands)
|
- [Available Commands](#available-commands)
|
||||||
* [File Operation Command](#file-operation-command)
|
* [File Operation Command](#file-operation-command)
|
||||||
|
|
@ -20,6 +21,19 @@ Lightweight plugin providing file operations without a full-blown file tree.
|
||||||
|
|
||||||
<!-- tocstop -->
|
<!-- tocstop -->
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Commands for moving, renaming, creating, deleting, or, duplicating files and
|
||||||
|
more.
|
||||||
|
- Commands for copying the path or name of the current file in various formats.
|
||||||
|
- Renaming commands notify the LSP, meaning references to the renamed file like
|
||||||
|
`import` statements are updated (if the LSP supports it).
|
||||||
|
- Lightweight plugin, no file management UI or file tree.
|
||||||
|
- Various quality-of-life improvements like automatically keeping the extensions
|
||||||
|
when no extension is given.
|
||||||
|
- Fully written in lua and makes use of up-to-date nvim features `vim.ui.input`.
|
||||||
|
This that for example you can get nicer input fields with normal mode support
|
||||||
|
via plugins like [dressing.nvim](https://github.com/stevearc/dressing.nvim).
|
||||||
|
|
||||||
## Installation and Setup
|
## Installation and Setup
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue