mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 08:30:06 +08:00
10 lines
333 B
Lua
10 lines
333 B
Lua
|
--=============================================================================
|
||
|
-- quickfix.lua
|
||
|
-- Copyright 2025 Eric Wong
|
||
|
-- Author: Eric Wong < wsdjeg@outlook.com >
|
||
|
-- URL: https://spacevim.org
|
||
|
-- License: GPLv3
|
||
|
--=============================================================================
|
||
|
|
||
|
require('quickfix').setup()
|