Commit f0daec2

mo khan <mo.khan@gmail.com>
2020-10-18 02:16:47
remove stale settings
1 parent 6b08e4d
Changed files (1)
vimrc
@@ -103,14 +103,9 @@ set directory=/tmp//
 filetype plugin indent on " Turn on filetype plugins (:help filetype-plugin)
 
 if has("autocmd")
-  au BufNewFile,BufRead *.hql set ft=hive expandtab
   au BufNewFile,BufRead *.html set nowrap
   au BufNewFile,BufRead *.json set ft=javascript
-  au BufNewFile,BufRead *.q set ft=hive expandtab
-  au BufRead,BufNewFile *.eco set ft=html
-  au BufRead,BufNewFile *.es6 set ft=javascript
   au BufRead,BufNewFile *.{md,markdown,mdown,mkd,mkdn,txt} set ft=markdown
-  au BufRead,BufNewFile {*.handlebars,*.hbs} set ft=handlebars syntax=handlebars
   au BufRead,BufNewFile {Gemfile,Rakefile,RakeFile,Vagrantfile,Thorfile,Procfile,Guardfile,config.ru,*.rake} set ft=ruby
   au FocusLost * :w
 endif
@@ -256,9 +251,4 @@ iabbrev @@ mo@mokhan.ca
 "" Plugin Configuration {{{{
 ""
 
-let dart_format_on_save = 1
-let dart_style_guide = 2
-let g:vroom_map_keys = 0
-let g:vroom_use_dispatch = 1
-
 " }}}}