This commit is contained in:
2026-02-27 23:57:29 -06:00
parent d67a9f0f93
commit 12134f21fe
3 changed files with 13 additions and 1 deletions
+8
View File
@@ -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
+2 -1
View File
@@ -33,6 +33,7 @@
"html", "html",
"liquid", "liquid",
"markdown", "markdown",
"liquid.markdown" "liquid.markdown",
"twig"
] ]
} }
+3
View File
@@ -125,6 +125,9 @@ call plug#begin('~/.vim/plugged')
Plug 'othree/jspc.vim' Plug 'othree/jspc.vim'
Plug 'maksimr/vim-jsbeautify' Plug 'maksimr/vim-jsbeautify'
" Twig support
Plug 'lumiliet/vim-twig'
" Additional syntax files " Additional syntax files
Plug 'othree/html5.vim' Plug 'othree/html5.vim'
Plug 'vim-language-dept/css-syntax.vim' Plug 'vim-language-dept/css-syntax.vim'