view .chezmoiignore @ 457:06e6e2dde6cb

Disable <c-f> mapping of cmp which interferes with RSI's mapping
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 16 Sep 2021 18:51:17 +0200
parents 6655485152c9
children 0b2c942eb2c9
line wrap: on
line source

README.md
*.orig
*.rej
stylua.toml
scripts
.pre-commit-config.yaml
*~

{{ if ne .chezmoi.os "windows" }}
AppData/*
{{ end }}

{{ if eq .chezmoi.os "windows" }}
.config/*
.bashrc
.zshrc
.Brewfile
.inputrc
.lscolors
.tmux.conf
bin/*
.zsh/*
{{ end }}