From 896d2593ecadeb4f14a4af655b475a269026a64d Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 9 Oct 2018 20:03:26 -0400 Subject: [PATCH] added fonts got rid of cscope due to ignorance --- init.vim | 6 +++--- installer.sh | 9 +++------ setupDEB.sh | 3 +++ tags | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/init.vim b/init.vim index 59a5e223..872852d3 100644 --- a/init.vim +++ b/init.vim @@ -83,9 +83,9 @@ if dein#load_state('~/chris/.cache/dein') "call dein#add('Yggdroot/indentLine') " Gutentags call dein#add('ludovicchabant/vim-gutentags') - call dein#add('steffanc/cscopemaps.vim') - call dein#add('brookhong/cscope.vim') - call dein#add('vim-scripts/autoload_cscope.vim') + "call dein#add('steffanc/cscopemaps.vim') + "call dein#add('brookhong/cscope.vim') + "call dein#add('vim-scripts/autoload_cscope.vim') " Tagbar call dein#add('majutsushi/tagbar') " Add or remove your plugins here: TODO diff --git a/installer.sh b/installer.sh index 9a0780c1..de8c093e 100644 --- a/installer.sh +++ b/installer.sh @@ -58,12 +58,9 @@ echo "Please add the following settings for dein to the top of your vimrc (Vim) echo " \" Required:" echo " call dein#add('$INSTALL_DIR')" echo "" - echo " \" Add or remove your plugins here:" - echo " call dein#add('Shougo/neosnippet.vim')" - echo " call dein#add('Shougo/neosnippet-snippets')" - echo "" - echo " \" You can specify revision/branch/tag." - echo " call dein#add('Shougo/deol.nvim', { 'rev': '01203d4c9' })" + echo " \" Add or remove your plugins here like this:" + echo " \"call dein#add('Shougo/neosnippet.vim')" + echo " \"call dein#add('Shougo/neosnippet-snippets')" echo "" echo " \" Required:" echo " call dein#end()" diff --git a/setupDEB.sh b/setupDEB.sh index a0f20a00..11680cba 100755 --- a/setupDEB.sh +++ b/setupDEB.sh @@ -9,6 +9,9 @@ sudo apt install -y curl # used for clipboard sudo apt install -y xsel +# pesky fonts +sudo apt install -y powerline-fonts + # pul sown installer curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh diff --git a/tags b/tags index 657b3953..2da7a002 100644 --- a/tags +++ b/tags @@ -4,7 +4,7 @@ !_TAG_PROGRAM_AUTHOR Universal Ctags Team // !_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/ !_TAG_PROGRAM_URL https://ctags.io/ /official site/ -!_TAG_PROGRAM_VERSION 0.0.0 /f76ed534/ +!_TAG_PROGRAM_VERSION 0.0.0 /15560853/ init.vim /^nnoremap $/;" m init.vim /^nnoremap h$/;" m init.vim /^nnoremap j$/;" m