Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mong8se/actually.nvim
A plugin to help load the file you actually meant to load.
https://github.com/mong8se/actually.nvim
lua neovim neovim-plugin nvim nvim-plugin plugin
Last synced: 7 days ago
JSON representation
A plugin to help load the file you actually meant to load.
- Host: GitHub
- URL: https://github.com/mong8se/actually.nvim
- Owner: mong8se
- License: gpl-3.0
- Created: 2022-08-29T21:20:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:45:31.000Z (about 2 months ago)
- Last Synced: 2024-09-18T17:08:18.483Z (about 2 months ago)
- Topics: lua, neovim, neovim-plugin, nvim, nvim-plugin, plugin
- Language: Lua
- Homepage:
- Size: 50.8 KB
- Stars: 55
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - mong8se/actually.nvim - Load the file you actually meant to load. (Startup / Cursorline)
README
# Actually.nvim
![A cat saying "umm... actually" and pushing up its nerd glasses](https://media.giphy.com/media/RMwZypp489fuGBI0Ti/giphy.gif)
## What is it?
(Shamelessly stolen and rewritten in|Ported to) lua from:
[EinfachToll/DidYouMean](https://github.com/EinfachToll/DidYouMean)## What it do?
Let's say you want to open `that_thing.txt` so you happily type ...
```bash
> nvim somedir/th
```
But! You forgot about the existence of `the_other_thing.md` so
after the `` the shell prompted you to disambiguate ... but you
already swiftly hit `` so you've just opened a new file
called `somedir/th` ... womp wompBut wait! With this plugin you'll get a prompt asking you if you
actually want to choose `that_thing` or `the_other_thing`.But don't worry, if you really intended to make a file called `th`,
you can cancel, because you actually knew all along.![a demo gif using actually.nvim](https://i.imgur.com/iEQxQxO.gif)
## How I install?
The regular way.
```lua
packer use "mong8se/actually.nvim"
```## How I configure
Ain't none.
## Can I dress it?
You mean
[stevearc/dressing.nvim](https://github.com/stevearc/dressing.nvim) ?
Hold on let me go check ...### Well?
... ya totally worked
## Also
If you like this you might also like
[actually.fish](https://github.com/mong8se/actually.fish) which is the
same concept for changing directories in fish shell.TODO: Cleanup
TODO: Windows Operating System!?