added some QOL mappings for using terminal

This commit is contained in:
2019-11-22 21:27:21 -08:00
parent 33dc358be0
commit 100a9ae079
3 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,8 @@ let s:comment_map = {
\ 'make': '#',
\ 'vuejs': '\/\/',
\ 'vue': '\/\/',
\ 'cmake': '#'
\ 'cmake': '#',
\ 'scheme': ';;',
\ }
let s:block_map = {