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

914 B

quickfix.nvim

quickfix.nvim is a plugin which provides default key bindings for quickfix window.

GPLv3 License

Install

  1. Using quickfix.nvim in SpaceVim:
[[layers]]
  name = 'core'
  enable_quickfix_key_bindings = true
  1. Using quickfix.nvim without SpaceVim:
Plug 'wsdjeg/quickfix.nvim'

Feedback

The development of this plugin is in SpaceVim/bundle/quickfix.nvim directory.

If you encounter any bugs or have suggestions, please file an issue in the issue tracker