vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit e0cf4c1dc465e252001831ed01e0cb8d0a6e27ea
parent a53b24f4dd048c95099d7a69877f0f74bbfc30a7
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sat, 23 Sep 2023 12:10:08 -0500

Updated configuration files syntax

Diffstat:
Mftdetect/mutt.vim | 2+-
Aftdetect/picom.vim | 1+
Aftplugin/picom.vim | 2++
Aftplugin/xdefaults.vim | 1+
Asyntax/picom.conf | 1+
5 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ftdetect/mutt.vim b/ftdetect/mutt.vim @@ -1 +1 @@ -au BufRead,BufNewFile */.mutt/**.rc set filetype=muttrc +au BufRead,BufNewFile $XDG_CONFIG_HOME/.mutt/**.rc set filetype=muttrc diff --git a/ftdetect/picom.vim b/ftdetect/picom.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufRead $XDG_CONFIG_HOME/picom/picom.conf set filetype=picom diff --git a/ftplugin/picom.vim b/ftplugin/picom.vim @@ -0,0 +1,2 @@ +runtime! ftplugin/conf.vim +set makeprg=killall\ -SIGUSR1\ picom diff --git a/ftplugin/xdefaults.vim b/ftplugin/xdefaults.vim @@ -0,0 +1 @@ +set makeprg=xrdb\ -load\ % diff --git a/syntax/picom.conf b/syntax/picom.conf @@ -0,0 +1 @@ +runtime! syntax/conf.vim