update arch
This commit is contained in:
parent
c49181befc
commit
75825901b3
37 changed files with 460 additions and 86 deletions
9
.config/nvim/lua/chadrc.lua
Normal file
9
.config/nvim/lua/chadrc.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- This file needs to have same structure as nvconfig.lua
|
||||
-- https://github.com/NvChad/NvChad/blob/v2.5/lua/nvconfig.lua
|
||||
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
||||
M.ui = {theme = 'catppuccin'}
|
||||
|
||||
return M
|
||||
Loading…
Add table
Add a link
Reference in a new issue