config
This commit is contained in:
2
init.lua
2
init.lua
@@ -1 +1,3 @@
|
|||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
|
vim.opt.number = true
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ return {
|
|||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.coq_settings = {
|
vim.g.coq_settings = {
|
||||||
auto_start = true, -- if you want to start COQ at startup
|
auto_start = 'shut-up', -- if you want to start COQ at startup
|
||||||
-- Your COQ settings here
|
-- Your COQ settings here
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user