From 12134f21fe755003436d9b3a8165a69b2aeba431 Mon Sep 17 00:00:00 2001 From: Faye Lorenz Date: Fri, 27 Feb 2026 23:57:29 -0600 Subject: [PATCH] Meow --- dot_gitconfig | 8 ++++++++ dot_vim/coc-settings.json | 3 ++- dot_vimrc | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 dot_gitconfig diff --git a/dot_gitconfig b/dot_gitconfig new file mode 100644 index 0000000..ddbb75f --- /dev/null +++ b/dot_gitconfig @@ -0,0 +1,8 @@ +[credential "https://git.kaslo.me"] + helper = + helper = !tea login helper +[user] + email = faye@tfwno.gf + name = Faye Lorenz +[commit] + gpgsign = true diff --git a/dot_vim/coc-settings.json b/dot_vim/coc-settings.json index 126d80c..dcf2bc5 100644 --- a/dot_vim/coc-settings.json +++ b/dot_vim/coc-settings.json @@ -33,6 +33,7 @@ "html", "liquid", "markdown", - "liquid.markdown" + "liquid.markdown", + "twig" ] } diff --git a/dot_vimrc b/dot_vimrc index 8a7f271..c004d8d 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -125,6 +125,9 @@ call plug#begin('~/.vim/plugged') Plug 'othree/jspc.vim' Plug 'maksimr/vim-jsbeautify' + " Twig support + Plug 'lumiliet/vim-twig' + " Additional syntax files Plug 'othree/html5.vim' Plug 'vim-language-dept/css-syntax.vim'