1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/bundle/quickfix.nvim/README.md

36 lines
914 B
Markdown
Raw Normal View History

2025-01-01 20:43:55 +08:00
# quickfix.nvim
> _quickfix.nvim_ is a plugin which provides default key bindings for quickfix window.
[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org)
[![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](LICENSE)
<!-- vim-markdown-toc GFM -->
- [Install](#install)
- [Feedback](#feedback)
<!-- vim-markdown-toc -->
## Install
1. Using `quickfix.nvim` in SpaceVim:
```toml
[[layers]]
name = 'core'
enable_quickfix_key_bindings = true
```
2. Using `quickfix.nvim` without SpaceVim:
```
Plug 'wsdjeg/quickfix.nvim'
```
## Feedback
The development of this plugin is in [`SpaceVim/bundle/quickfix.nvim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/quickfix.nvim) directory.
If you encounter any bugs or have suggestions, please file an issue in the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues)