This commit is contained in:
Bryan Ramos 2023-06-19 11:25:53 -04:00
parent bf362192d5
commit b984a37839

View file

@ -79,6 +79,12 @@ cmp.setup({
-- other configurations... -- other configurations...
}) })
require("lualine").setup({
options = {
theme = "onedark",
},
})
cmp.setup({ cmp.setup({
enabled = function() enabled = function()
-- disable completion in comments -- disable completion in comments