Преглед на файлове

Merge branch 'master' of https://github.com/ChristianChiarulli/nvim

Chrisatmachine преди 6 години
родител
ревизия
2d48d2025b
променени са 4 файла, в които са добавени 10 реда и са изтрити 10 реда
  1. 3 3
      init.vim
  2. 3 6
      installer.sh
  3. 3 0
      setupDEB.sh
  4. 1 1
      tags

+ 3 - 3
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

+ 3 - 6
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()"

+ 3 - 0
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
 

+ 1 - 1
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/
 <C-c>	init.vim	/^nnoremap <C-c> <Esc>$/;"	m
 <C-h>	init.vim	/^nnoremap <C-h> <C-w>h$/;"	m
 <C-j>	init.vim	/^nnoremap <C-j> <C-w>j$/;"	m