chore: run lint and fix errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user