feat: add neovim config and tmux

This commit is contained in:
2024-11-16 15:35:51 +05:00
parent b634961004
commit 1d113f2f9a
28 changed files with 2998 additions and 2 deletions

View File

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