My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 01dc9dccb876b488cfdfc1593a02b5b6ad5f7a6b
Parent: ce1ef037deb5fa9addf94ff7447cf988cf97034c
Author: mcol <mcol@posteo.net>
Date: 2020-08-25 00:52:22 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2020-08-25 00:52:22 +0100

github -> mcol.xyz

vimrc Modified

@@ -23,13 +23,13 @@
 if stridx(hostname(), "book") != -1
     "Plugin 'vimwiki/vimwiki'		    " vimwiki
     Plugin 'gu-fan/riv.vim'
-    Plugin 'm-col/vimlab'		    " vimlab
+    Plugin 'https://mcol.xyz/code/vimlab'   " vimlab
     Plugin 'lervag/vimtex'		    " vimtex
 endif
 
-Plugin 'm-col/vim-misc'			    " my vimrc and misc functions 
+Plugin 'https://mcol.xyz/code/vim-misc'	    " my vimrc and misc functions 
+Plugin 'https://mcol.xyz/code/tide'	    " tmux ide 
 Plugin 'airblade/vim-gitgutter'		    " gitgutter
-Plugin 'm-col/tide'			    " tmux ide
 Plugin 'terryma/vim-multiple-cursors'	    " multicursor
 
 call vundle#end()			    " required
@@ -139,3 +139,5 @@
 let g:multi_cursor_prev_key            = '<C-p>'
 let g:multi_cursor_skip_key            = '<C-x>'
 let g:multi_cursor_quit_key            = '<Esc>'
+
+set ff=unix