mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
914 B
914 B
quickfix.nvim
quickfix.nvim is a plugin which provides default key bindings for quickfix window.
Install
- Using
quickfix.nvim
in SpaceVim:
[[layers]]
name = 'core'
enable_quickfix_key_bindings = true
- 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