aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-09-20 14:29:24 -0700
committerkatherine <shmibs@shmibbles.me>2018-09-20 14:29:24 -0700
commite39b02410d9d59f7995af0b7c3436187031757a3 (patch)
tree96392a26aab12a015dae13719c24fd41b660a66f
parent6de4c5780c9ad15cdc53cdac2bfa220df8be1704 (diff)
downloaddotfiles-e39b02410d9d59f7995af0b7c3436187031757a3.tar.gz
formatting
-rw-r--r--.vimrc21
1 files changed, 14 insertions, 7 deletions
diff --git a/.vimrc b/.vimrc
index d652cbe..9505e7a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -2,13 +2,15 @@ if !has('gui_running')
set t_Co=256
endif
+set nocompatible
+filetype off
+
+
+
""""""""""""
" VUNDLE "
""""""""""""
-set nocompatible
-filetype off
-
execute 'set rtp+=' . split(&rtp, ',')[0] . '/bundle/Vundle.vim'
call vundle#begin()
@@ -51,6 +53,7 @@ Plugin 'honza/vim-snippets'
call vundle#end()
+
"""""""""""""""""""""
" PLUGIN SETTINGS "
"""""""""""""""""""""
@@ -164,6 +167,7 @@ set encoding=utf-8
set fileencoding=utf-8
+
"""""""""""""
" ALIASES "
"""""""""""""
@@ -176,6 +180,7 @@ command Q q
command E e
+
""""""""""""""
" MAPPINGS "
""""""""""""""
@@ -217,6 +222,7 @@ if &term != "linux" && has('clipboard')
end
+
"""""""""""""""""""""""
" FILETYPE SETTINGS "
"""""""""""""""""""""""
@@ -239,15 +245,16 @@ autocmd BufNewFile,BufRead *.tex set filetype=tex
"recognise .mips
autocmd BufNewFile,BufRead *.mips set filetype=mips
-"other filetype-specific settings. i can't figure out how to stick all
-"the FileTypes in one dict (mostly because i have no idea what i'm
-"doing with viml), so separate lines it is.
+"other filetype-specific settings. can't figure out how to stick this wall of
+"blech in a dict or something (probably because no clue what i'm doing with
+"viml), so separate lines it is.
autocmd FileType asm call Settings_asm()
autocmd FileType bash call Settings_shell()
autocmd FileType c call Settings_c()
autocmd FileType coffee call Settings_coffee()
autocmd FileType conf call Settings_conf()
autocmd FileType cpp call Settings_c()
+autocmd FileType cs call Settings_c()
autocmd FileType css call Settings_css()
autocmd FileType d call Settings_c()
autocmd FileType elixir call Settings_elixir()
@@ -292,7 +299,7 @@ function! Settings_skel_read()
endfunction
autocmd FileType * call Settings_skel_read()
-""write mode" for prose-y formats
+"a 'writing mode' for prose-y formats
function! Settings_sub_wmodetoggle()
if &fo =~ 'a'
setlocal formatoptions-=a