add custom genericizer function

This commit is contained in:
Barak Michener 2022-01-14 16:48:12 -08:00
parent 1967463cf7
commit ec15ab5913
2 changed files with 57 additions and 1 deletions

View file

@ -118,4 +118,8 @@ autocmd FileType java let b:auto_trim_whitespace=1
augroup templates
autocmd BufNewFile *.vue 0r ~/.vim/skeletons/skeleton.vue
augroup END
augroup end
augroup rust
autocmd FileType rust nnoremap <Leader>lg <cmd>lua rust_where_at_line()<CR>
augroup end