diff --git a/.install.sh.swp b/.install.sh.swp deleted file mode 100644 index 1230172..0000000 Binary files a/.install.sh.swp and /dev/null differ diff --git a/Readme.md b/Readme.md index 6c651ee..41eb3e7 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ ## Requires -wmname +wmname compton lemonbar pkgfile diff --git a/neoviminstall.sh b/neoviminstall.sh new file mode 100644 index 0000000..1c74b3e --- /dev/null +++ b/neoviminstall.sh @@ -0,0 +1,4 @@ +yaourt -S python2-trollius neovim-git python2-neovim + +ln -s ~/.vimrc ~/.nvimrc +ln -s ~/.vim ~/.nvim diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf new file mode 100644 index 0000000..3a64263 --- /dev/null +++ b/ranger/.config/ranger/rc.conf @@ -0,0 +1 @@ +set preview_images true diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim index 0ee36b2..cfd3b2d 160000 --- a/vim/.vim/bundle/Vundle.vim +++ b/vim/.vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f +Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933 diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline index 8c30610..78566c3 160000 --- a/vim/.vim/bundle/vim-airline +++ b/vim/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit 8c30610c5f60eada1d21ab23e96d45848a1e6e58 +Subproject commit 78566c37aeb3b7609eee84a7b10114a0f512830e diff --git a/vim/.vim/bundle/vim-instant-markdown b/vim/.vim/bundle/vim-instant-markdown new file mode 160000 index 0000000..915c681 --- /dev/null +++ b/vim/.vim/bundle/vim-instant-markdown @@ -0,0 +1 @@ +Subproject commit 915c6812d45c00e5ad85c8147c6179743a41ae11 diff --git a/vim/.vimrc b/vim/.vimrc index 4af9e40..45064f9 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -22,6 +22,7 @@ Plugin 'bling/vim-airline' Plugin 'whatyouhide/vim-gotham' Plugin 'scrooloose/nerdtree' Plugin 'Xuyuanp/nerdtree-git-plugin' +Plugin 'suan/vim-instant-markdown' " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required diff --git a/.Readme.md.swp b/vim/.vimrc.swp similarity index 78% rename from .Readme.md.swp rename to vim/.vimrc.swp index 8e73937..dbe1658 100644 Binary files a/.Readme.md.swp and b/vim/.vimrc.swp differ diff --git a/vimplugins.sh b/vimplugins.sh new file mode 100755 index 0000000..a3e23d6 --- /dev/null +++ b/vimplugins.sh @@ -0,0 +1,3 @@ +cd vim/.vim/bundle +git clone https://github.com/VundleVim/Vundle.vim.git +vim +PluginInstall +qall