1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:30:06 +08:00
SpaceVim/bundle/quickfix.nvim/plugin/quickfix.lua

10 lines
333 B
Lua
Raw Normal View History

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