Chris vor 5 Jahren
Ursprung
Commit
361a072d9c
3 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 1 1
      general/settings.vim
  2. 2 2
      utils/install.sh
  3. 1 0
      vim-plug/plugins.vim

+ 1 - 1
general/settings.vim

@@ -35,7 +35,7 @@ if !exists('g:vscode')
   set timeoutlen=100                      " By default timeoutlen is 1000 ms
   set clipboard=unnamedplus               " Copy paste between vim and everything else
   set incsearch
-  " set guifont=Hack\ Nerd\ Font
+  set guifont=Hack\ Nerd\ Font
   " let $NVIM_TUI_ENABLE_TRUE_COLOR=1
   " set mmp=1300
   " set autochdir                           " Your working directory will always be the same as your working directory

+ 2 - 2
utils/install.sh

@@ -6,13 +6,13 @@ set -o errexit    # exit when command fails
 
 installnode() { \
   echo "Installing node..."
-  curl -sL install-node.now.sh/lts | bash
+  sudo curl -sL install-node.now.sh/lts | bash
   npm i -g neovim
 }
 
 installpip() { \
   echo "Installing pip..."
-  curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
+  sudo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
   python3 get-pip.py
   rm get-pip.py
 }

+ 1 - 0
vim-plug/plugins.vim

@@ -49,6 +49,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
     Plug 'christianchiarulli/onedark.vim'
     " Plug 'kaicataldo/material.vim'
     " Plug 'NLKNguyen/papercolor-theme'
+    " Plug 'tomasiser/vim-code-dark'
     " Intellisense
     Plug 'neoclide/coc.nvim', {'branch': 'release'}
     " Status Line