aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftdetect/xdefaults.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/after/ftdetect/xdefaults.vim b/vim/after/ftdetect/xdefaults.vim
new file mode 100644
index 00000000..f0ee7b81
--- /dev/null
+++ b/vim/after/ftdetect/xdefaults.vim
@@ -0,0 +1,6 @@
+" Add automatic commands to find Xresources subfiles
+augroup dfxdefaults
+ autocmd BufNewFile,BufRead
+ \ **/.Xresources.d/*
+ \ setlocal filetype=xdefaults
+augroup END