From a370342a0481da84cc3f80f72516f8917ec72cf5 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 4 Sep 2024 18:21:34 -0400 Subject: [PATCH] Most recent changes from python tutorial in ME 2021. Fixed python autocomplete. --- lua/custom/chadrc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/chadrc.lua b/lua/custom/chadrc.lua index a80c08e..7031f55 100644 --- a/lua/custom/chadrc.lua +++ b/lua/custom/chadrc.lua @@ -1,7 +1,7 @@ ---@type ChadrcConfig local M = {} -M.ui = { theme = 'doomchad' } +M.ui = { theme = 'melange' } M.plugins = 'custom.plugins' M.mappings = require "custom.mappings" return M