12 changed files with 3 additions and 2637 deletions
			
			
		| @ -1,21 +0,0 @@ | |||||||
| MIT License |  | ||||||
| 
 |  | ||||||
| Copyright (c) 2018 Alvis |  | ||||||
| 
 |  | ||||||
| Permission is hereby granted, free of charge, to any person obtaining a copy |  | ||||||
| of this software and associated documentation files (the "Software"), to deal |  | ||||||
| in the Software without restriction, including without limitation the rights |  | ||||||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |  | ||||||
| copies of the Software, and to permit persons to whom the Software is |  | ||||||
| furnished to do so, subject to the following conditions: |  | ||||||
| 
 |  | ||||||
| The above copyright notice and this permission notice shall be included in all |  | ||||||
| copies or substantial portions of the Software. |  | ||||||
| 
 |  | ||||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |  | ||||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |  | ||||||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |  | ||||||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |  | ||||||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |  | ||||||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |  | ||||||
| SOFTWARE. |  | ||||||
| @ -1,6 +0,0 @@ | |||||||
| #!/bin/bash |  | ||||||
| set -e |  | ||||||
| 
 |  | ||||||
| cd ~/.vim_runtime |  | ||||||
| cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc |  | ||||||
| echo "Installed the Basic Vim configuration successfully! Enjoy :-)" |  | ||||||
| @ -1,15 +0,0 @@ | |||||||
| #!/bin/bash |  | ||||||
| set -e |  | ||||||
| 
 |  | ||||||
| cd ~/.vim_runtime |  | ||||||
| echo 'set runtimepath+=~/.vim_runtime |  | ||||||
| 
 |  | ||||||
| source ~/.vim_runtime/vimrcs/basic.vim |  | ||||||
| source ~/.vim_runtime/vimrcs/plugins_config.vim |  | ||||||
| 
 |  | ||||||
| try |  | ||||||
| source ~/.vim_runtime/my_configs.vim |  | ||||||
| catch |  | ||||||
| endtry' > ~/.vimrc |  | ||||||
| 
 |  | ||||||
| echo "Installed the Super Vim configuration successfully! Enjoy :-)" |  | ||||||
| @ -1,24 +0,0 @@ | |||||||
| " Specify a directory for plugins |  | ||||||
| " - For Neovim: ~/.local/share/nvim/plugged |  | ||||||
| " - Avoid using standard Vim directory names like 'plugin' |  | ||||||
| call plug#begin('~/.oh-my-terminal/vim/plugged') |  | ||||||
| 
 |  | ||||||
| " Make sure you use single quotes |  | ||||||
| Plug 'https://github.com/scrooloose/nerdtree.git' |  | ||||||
| Plug 'raimondi/delimitmate' |  | ||||||
| Plug 'Chiel92/vim-autoformat' |  | ||||||
| Plug 'https://github.com/tpope/vim-surround' |  | ||||||
| 
 |  | ||||||
| " Initialize plugin system |  | ||||||
| call plug#end() |  | ||||||
| 
 |  | ||||||
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |  | ||||||
| " => Nerd Tree |  | ||||||
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |  | ||||||
| let g:NERDTreeWinPos = "left" |  | ||||||
| let NERDTreeShowHidden=0 |  | ||||||
| let NERDTreeIgnore = ['\.pyc$', '__pycache__'] |  | ||||||
| let g:NERDTreeWinSize=35 |  | ||||||
| map <leader>nn :NERDTreeToggle<cr> |  | ||||||
| map <leader>nb :NERDTreeFromBookmark<Space> |  | ||||||
| map <leader>nf :NERDTreeFind<cr> |  | ||||||
					Loading…
					
					
				
		Reference in new issue