feat: add neovim config and tmux
This commit is contained in:
9
home-manager/dotfiles/nvim/lua/custom/chadrc.lua
Normal file
9
home-manager/dotfiles/nvim/lua/custom/chadrc.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
||||
M.ui = { theme = 'catppuccin' }
|
||||
|
||||
M.mappings = require('custom.mappings')
|
||||
M.plugins = 'custom.plugins'
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user