Most recent changes from python tutorial in ME 2021. Fixed python autocomplete.

This commit is contained in:
Dane Sabo 2024-09-04 18:21:34 -04:00
parent 52ce33d26e
commit a370342a04

View File

@ -1,7 +1,7 @@
---@type ChadrcConfig ---@type ChadrcConfig
local M = {} local M = {}
M.ui = { theme = 'doomchad' } M.ui = { theme = 'melange' }
M.plugins = 'custom.plugins' M.plugins = 'custom.plugins'
M.mappings = require "custom.mappings" M.mappings = require "custom.mappings"
return M return M