chore: run lint and fix errors

This commit is contained in:
2026-03-25 15:52:53 +05:00
parent 5ccf595db2
commit 4db280c102
10 changed files with 78 additions and 77 deletions

View File

@@ -1,9 +1,9 @@
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'catppuccin' }
M.ui = { theme = "catppuccin" }
M.mappings = require('custom.mappings')
M.plugins = 'custom.plugins'
M.mappings = require "custom.mappings"
M.plugins = "custom.plugins"
return M