dippin-dotfiles/.config/kak/kakrc
2025-02-04 21:06:01 -07:00

47 lines
727 B
Text

# Command for loading config files
# This helps to keep the config neat and tidy
define-command load -params 2 %{
source "%val{config}/%arg{1}/%arg{2}.kak"
}
# Plugins
load config plugins
# Additional syntaxes
load syntaxes capnp
load syntaxes kdl
load syntaxes rainbow_csv
load syntaxes sshconfig
# Utility commands
load utils beacon
load utils whitespace
# Tool integration
load tools lazygit
load tools xplr
# Colorscheme/options
load config options
# Mappings
load config mappings
# Filetype-specific configs
load filetypes go
load filetypes kak
load filetypes lua
load filetypes python
load filetypes sh
load filetypes yaml
# Local config (needs to come after everything else)
load config local_config