dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2ad2246c8434b1f6790db97e2a75848a7b7133eb
parent 974cae5e29e1b38d2819cf452c1756b85e65c366
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 17 Oct 2015 23:59:11 +0300

Remove mine/backups, vim dotfiles and moving readme

Diffstat:
D.vimrc.before.fork | 88-------------------------------------------------------------------------------
D.vimrc.before.local | 2--
D.vimrc.bundles.local | 34----------------------------------
D.vimrc.local | 37-------------------------------------
Rdotfiles/vim/README.md -> dotfiles/neovim/README.md | 0
Dmine/backups/vim-backups/.vimrc-2013-12 | 103-------------------------------------------------------------------------------
Dmine/backups/vim-backups/.vimrc.20131209_1386604044 | 103-------------------------------------------------------------------------------
7 files changed, 0 insertions(+), 367 deletions(-)

diff --git a/.vimrc.before.fork b/.vimrc.before.fork @@ -1,88 +0,0 @@ -" Modeline and Notes { -" vim: set sw=4 ts=4 sts=4 et tw=78 foldmarker={,} foldlevel=0 foldmethod=marker: -" -" __ _ _____ _ -" ___ _ __ / _/ |___ / __ __(_)_ __ ___ -" / __| '_ \| |_| | |_ \ _____\ \ / /| | '_ ` _ \ -" \__ \ |_) | _| |___) |_____|\ V / | | | | | | | -" |___/ .__/|_| |_|____/ \_/ |_|_| |_| |_| -" |_| -" -" This is the personal .vimrc.before file of Steve Francia. -" While much of it is beneficial for general use, I would -" recommend picking out the parts you want and understand. -" -" This file is for options which must be set *before* plugins -" are loaded and the main .vimrc config is run. Most of these -" are for preventing mappings or commands from being created. -" -" You can find me at http://spf13.com -" } - -" spf13 options { - - " Prevent automatically changing to open file directory - " let g:spf13_no_autochdir = 1 - - " Disable views - " let g:spf13_no_views = 1 - - " Leader keys - " let g:spf13_leader='\' - " let g:spf13_localleader='_' - - " Disable easier moving in tabs and windows - " let g:spf13_no_easyWindows = 1 - - " Disable fast tab navigation - " let g:spf13_no_fastTabs = 1 - - " Clear search highlighting - " let g:spf13_clear_search_highlight = 1 - - " Disable neosnippet expansion - " This maps over <C-k> and does some Supertab - " emulation with snippets - " let g:spf13_no_neosnippet_expand = 1 - - " Disable whitespace stripping - " let g:spf13_keep_trailing_whitespace = 1 - - " Enable powerline symbols - " let g:airline_powerline_fonts = 1 - - " vim files directory - " let g:spf13_consolidated_directory = <full path to desired directory> - " eg: let g:spf13_consolidated_directory = $HOME . '/.vim/' - - " This makes the completion popup strictly passive. - " Keypresses acts normally. <ESC> takes you of insert mode, words don't - " automatically complete, pressing <CR> inserts a newline, etc. Iff the - " menu is open, tab will cycle through it. If a snippet is selected, <C-k> - " expands it and jumps between fields. - " let g:spf13_noninvasive_completion = 1 - - " Don't turn conceallevel or concealcursor - " let g:spf13_no_conceal = 1 - - " For some colorschemes, autocolor will not work (eg: 'desert', 'ir_black') - " Indent guides will attempt to set your colors smartly. If you - " want to control them yourself, do it here. - " let g:indent_guides_auto_colors = 0 - " autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd guibg=#212121 ctermbg=233 - " autocmd VimEnter,Colorscheme * :hi IndentGuidesEven guibg=#404040 ctermbg=234 - - " Leave the default font and size in GVim - " To set your own font, do it from ~/.vimrc.local - " let g:spf13_no_big_font = 1 - - " Don't create default mappings for multicursors - " See :help multiple-cursors-mappings - " let g:multi_cursor_use_default_mapping=0 - " let g:multi_cursor_next_key='<C-n>' - " let g:multi_cursor_prev_key='<C-p>' - " let g:multi_cursor_skip_key='<C-x>' - " let g:multi_cursor_quit_key='<Esc>' - " Require a special keypress to enter multiple cursors mode - " let g:multi_cursor_start_key='+' -" } diff --git a/.vimrc.before.local b/.vimrc.before.local @@ -1,2 +0,0 @@ -" let g:spf13_bundle_groups=['general', 'neocomplcache', 'programming', 'python', 'go', 'javascript', 'haskell', 'html', 'misc'] -let g:spf13_bundle_groups=['general', 'neocomplcache', 'programming', 'python', 'go', 'javascript', 'haskell', 'html', 'misc'] diff --git a/.vimrc.bundles.local b/.vimrc.bundles.local @@ -1,34 +0,0 @@ -" Hylang { - if count(g:spf13_bundle_groups, 'hylang') - Bundle 'hylang/vim-hy' - endif -" } - -" Haxe { - if count(g:spf13_bundle_groups, 'haxe') - Bundle 'jdonaldson/vaxe' - endif -" } - -" HTML { - if count(g:spf13_bundle_groups, 'html') - Bundle 'mattn/emmet-vim' - endif -" } - -Bundle 'dahu/LearnVim' -Bundle 'tpope/vim-unimpaired' -Bundle 'dahu/vimple' -" Bundle 'Floobits/floobits-vim' - -Bundle 'pbrisbin/html-template-syntax' - -Bundle 'jceb/vim-orgmode' -" Bundle 'hsitz/VimOrganizer' -Bundle 'speeddating.vim' - -Bundle 'ivanov/vim-ipython' - -Bundle 'kien/rainbow_parentheses.vim' - -Bundle 'idris-hackers/idris-vim' diff --git a/.vimrc.local b/.vimrc.local @@ -1,37 +0,0 @@ -let g:rbpt_colorpairs = [ - \ ['brown', 'RoyalBlue3'], - \ ['Darkblue', 'SeaGreen3'], - \ ['darkgray', 'DarkOrchid3'], - \ ['darkgreen', 'firebrick3'], - \ ['darkcyan', 'RoyalBlue3'], - \ ['darkred', 'SeaGreen3'], - \ ['darkmagenta', 'DarkOrchid3'], - \ ['brown', 'firebrick3'], - \ ['gray', 'RoyalBlue3'], - \ ['black', 'SeaGreen3'], - \ ['darkmagenta', 'DarkOrchid3'], - \ ['Darkblue', 'firebrick3'], - \ ['darkgreen', 'RoyalBlue3'], - \ ['darkcyan', 'SeaGreen3'], - \ ['darkred', 'DarkOrchid3'], - \ ['red', 'firebrick3'], - \ ] -let g:rbpt_max = 16 - -let g:rbpt_loadcmd_toggle = 0 - -au VimEnter * RainbowParenthesesToggle -au Syntax * RainbowParenthesesLoadRound -au Syntax * RainbowParenthesesLoadSquare -au Syntax * RainbowParenthesesLoadBraces - -let g:pymode_rope_complete_on_dot = 0 - -set wrap - -let g:haddock_browser = "/usr/bin/lynx" - -set tabstop=4 -set softtabstop=4 -set shiftwidth=4 -set expandtab diff --git a/dotfiles/vim/README.md b/dotfiles/neovim/README.md diff --git a/mine/backups/vim-backups/.vimrc-2013-12 b/mine/backups/vim-backups/.vimrc-2013-12 @@ -1,103 +0,0 @@ -" Some Linux distributions set filetype in /etc/vimrc. -" Clear filetype flags before changing runtimepath to force Vim to reload them. - -filetype off " required by github.com/gmarik/vundle -filetype plugin indent off - -set runtimepath+=$GOROOT/misc/vim - -set nocompatible " be iMproved - -set rtp+=~/.vim/bundle/vundle/ -call vundle#rc() - - -set runtimepath+=$GOROOT/misc/vim " set by Golang - -Bundle 'gmarik/vundle' - -"Bundle 'jceb/vim-orgmode' -Bundle 'bitc/vim-hdevtools' -Bundle 'lukerandall/haskellmode-vim' -Bundle 'eagletmt/ghcmod-vim' - -Bundle 'hsitz/VimOrganizer' -Bundle 'NrrwRgn' -Bundle 'utl.vim' - -Bundle 'Syntastic' - -Bundle 'VOoM' - -"Bundle 'scrooloose/syntastic' - -Bundle 'Blackrush/vim-gocode' - -Bundle 'ivanov/vim-ipython' - -Bundle 'Python-mode-klen' - -Bundle 'davidhalter/jedi-vim' - -Bundle 'neocomplcache' -Bundle 'neco-ghc' - -set expandtab -set smartindent -set tabstop=4 -set softtabstop=4 -set shiftwidth=4 -set smarttab -set shiftround -set nojoinspaces - -""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -" Sample .vimrc file by Martin Brochhaus -" Presented at PyCon APAC 2012 - - -" Automatic reloading of .vimrc -autocmd! bufwritepost .vimrc source % - - -" Better copy & paste -" When you want to paste large blocks of code into vim, press F2 before you -" paste. At the bottom you should see ``-- INSERT (paste) --``. -" Doesn't work on gnome-terminal because of its own keybindings. - -"" set pastetoggle=<F2> -"" set clipboard=unnamed - - -" Rebind <Leader> key -" I like to have it here becuase it is easier to reach than the default and -" it is next to ``m`` and ``n`` which I use for navigating between tabs. -"" let mapleader = "," - - -" Bind nohl -" Removes highlight of your last search -" ``<C>`` stands for ``CTRL`` and therefore ``<C-n>`` stands for ``CTRL+n`` -"noremap <C-n> :nohl<CR> -"vnoremap <C-n> :nohl<CR> -"inoremap <C-n> :nohl<CR> - - -" Quicksave command -"noremap <C-Z> :update<CR> -"vnoremap <C-Z> <C-C>:update<CR> -"inoremap <C-Z> <C-O>:update<CR> - -""""""""""""""""""""""""""""""""""""""""""" - -filetype plugin indent on " required by github/gmarik/vundle -filetype on -syntax on - -set number - - -"https://github.com/hsitz/VimOrganizer/blob/master/INSTALL.txt -au! BufRead,BufWrite,BufWritePost,BufNewFile *.org -au BufEnter *.org call org#SetOrgFileType() diff --git a/mine/backups/vim-backups/.vimrc.20131209_1386604044 b/mine/backups/vim-backups/.vimrc.20131209_1386604044 @@ -1,103 +0,0 @@ -" Some Linux distributions set filetype in /etc/vimrc. -" Clear filetype flags before changing runtimepath to force Vim to reload them. - -filetype off " required by github.com/gmarik/vundle -filetype plugin indent off - -set runtimepath+=$GOROOT/misc/vim - -set nocompatible " be iMproved - -set rtp+=~/.vim/bundle/vundle/ -call vundle#rc() - - -set runtimepath+=$GOROOT/misc/vim " set by Golang - -Bundle 'gmarik/vundle' - -"Bundle 'jceb/vim-orgmode' -Bundle 'bitc/vim-hdevtools' -Bundle 'lukerandall/haskellmode-vim' -Bundle 'eagletmt/ghcmod-vim' - -Bundle 'hsitz/VimOrganizer' -Bundle 'NrrwRgn' -Bundle 'utl.vim' - -Bundle 'Syntastic' - -Bundle 'VOoM' - -"Bundle 'scrooloose/syntastic' - -Bundle 'Blackrush/vim-gocode' - -Bundle 'ivanov/vim-ipython' - -Bundle 'Python-mode-klen' - -Bundle 'davidhalter/jedi-vim' - -Bundle 'neocomplcache' -Bundle 'neco-ghc' - -set expandtab -set smartindent -set tabstop=4 -set softtabstop=4 -set shiftwidth=4 -set smarttab -set shiftround -set nojoinspaces - -""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -" Sample .vimrc file by Martin Brochhaus -" Presented at PyCon APAC 2012 - - -" Automatic reloading of .vimrc -autocmd! bufwritepost .vimrc source % - - -" Better copy & paste -" When you want to paste large blocks of code into vim, press F2 before you -" paste. At the bottom you should see ``-- INSERT (paste) --``. -" Doesn't work on gnome-terminal because of its own keybindings. - -"" set pastetoggle=<F2> -"" set clipboard=unnamed - - -" Rebind <Leader> key -" I like to have it here becuase it is easier to reach than the default and -" it is next to ``m`` and ``n`` which I use for navigating between tabs. -"" let mapleader = "," - - -" Bind nohl -" Removes highlight of your last search -" ``<C>`` stands for ``CTRL`` and therefore ``<C-n>`` stands for ``CTRL+n`` -"noremap <C-n> :nohl<CR> -"vnoremap <C-n> :nohl<CR> -"inoremap <C-n> :nohl<CR> - - -" Quicksave command -"noremap <C-Z> :update<CR> -"vnoremap <C-Z> <C-C>:update<CR> -"inoremap <C-Z> <C-O>:update<CR> - -""""""""""""""""""""""""""""""""""""""""""" - -filetype plugin indent on " required by github/gmarik/vundle -filetype on -syntax on - -set number - - -"https://github.com/hsitz/VimOrganizer/blob/master/INSTALL.txt -au! BufRead,BufWrite,BufWritePost,BufNewFile *.org -au BufEnter *.org call org#SetOrgFileType()