1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-19 10:13:42 +08:00
SpaceVim/bundle/quickfix.nvim/plugin/quickfix.lua
2025-01-01 20:34:26 +08:00

10 lines
333 B
Lua
Vendored

--=============================================================================
-- quickfix.lua
-- Copyright 2025 Eric Wong
-- Author: Eric Wong < wsdjeg@outlook.com >
-- URL: https://spacevim.org
-- License: GPLv3
--=============================================================================
require('quickfix').setup()