You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grapple is a plugin that aims to provide immediate navigation to important files (and its last known cursor location) by means of persistent [file tags](#file-tags) within a [project scope](#project-scopes). Tagged files can be bound to a [keymap](#suggested-keymaps) or selected from within an editable [popup menu](#popup-menu).
10
10
11
-
To get started, [install](#installation)the plugin using your preferred package manager and give it a go! Default settings for the plugin can be found in the [settings](#default-settings) section below. The API provided by Grapple can be found in the [usage](#usage) section below.
11
+
See the [quickstart](#quickstart) section to get started.
12
12
13
13
## Features
14
14
@@ -23,9 +23,25 @@ To get started, [install](#installation) the plugin using your preferred package
23
23
* Neovim >= 0.9 - optional, for [floating window title](https://github.com/neovim/neovim/issues/17458)
0 commit comments