add custom genericizer function
This commit is contained in:
parent
1967463cf7
commit
ec15ab5913
2 changed files with 57 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue