mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-01 06:51:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
10 lines
242 B
YAML
10 lines
242 B
YAML
filetype: filemanager
|
|
|
|
detect:
|
|
filename: "^filemanager$"
|
|
|
|
rules:
|
|
# The "..", the separator line thing, and directories
|
|
# Optionally, add this below to highlight the ascii line: "^─*$"
|
|
- special: "^\\.\\.$|\\-\\s.*|\\+\\s.*"
|