1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00
SpaceVim/bundle/quickfix.nvim
2025-01-01 20:43:55 +08:00
..
lua feat(quickfix): add quickfix.nvim 2025-01-01 20:34:26 +08:00
plugin feat(quickfix): add quickfix.nvim 2025-01-01 20:34:26 +08:00
README.md ci(quickfix): detact quickfix.nvim 2025-01-01 20:43:55 +08:00

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