mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
6 lines
42 B
Lua
6 lines
42 B
Lua
|
local M = {
|
||
|
disable = false,
|
||
|
}
|
||
|
|
||
|
return M
|