dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a713193a79468cfc745e7793a6e7a2cd820be16c
parent 6493e59ddb8d8841f576eb3d4a8f128de8f89c7c
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Thu, 20 Jun 2024 19:33:03 +0200

vim: docker-compose filetype detection

Diffstat:
Mvim/filetype.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/filetype.vim b/vim/filetype.vim @@ -5,4 +5,5 @@ augroup filetypedetect autocmd! BufRead,BufNewFile *.nfo,*.NFO setfiletype nfo autocmd! BufRead,BufNewFile *.puml setfiletype plantuml autocmd! BufRead,BufNewFile *.ms,*.mom,*.mm setfiletype groff + autocmd! BufRead,BufNewFile docker-compose.yml setfiletype yaml.docker-compose augroup END