From c141a314f4f730d0bb30bb4d0cf8148130ce8477 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 26 Nov 2024 00:07:20 +0100 Subject: Remove references to templ Signed-off-by: Thomas Voss --- .exrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.exrc') diff --git a/.exrc b/.exrc index 252d632..dca85d3 100644 --- a/.exrc +++ b/.exrc @@ -1,9 +1,5 @@ set runtimepath+=contrib/vim -" We make use of this feature, so set this in the environment so that all -" Ex-calls to templ are aware of this -call setenv('TEMPL_EXPERIMENT', 'rawgo') - function s:SaveExcursion(cmd) let l:win = winsaveview() silent execute 'keepjumps %!' .. a:cmd @@ -22,11 +18,9 @@ autocmd FileType go autocmd BufWritePre \ call s:SaveExcursion('gofmt -s') autocmd FileType mintage autocmd BufWritePre \ call s:SaveExcursion('./mfmt') -autocmd FileType templ autocmd BufWritePre - \ call s:SaveExcursion('templ fmt') nnoremap gM :wall \| make all-i18n nnoremap t :vimgrep /\CTODO/ **/* let &wildignore = netrw_gitignore#Hide() . ',.git/*,vendor/*' -let g:netrw_list_hide .= ',.*\\.gen\\..*,.*_templ\\.go$' +let g:netrw_list_hide .= ',.*\\.gen\\..*' \ No newline at end of file -- cgit v1.2.3