Browse Source

testing eleline

Chris 5 years ago
parent
commit
fbeea2c856
5 changed files with 11 additions and 3 deletions
  1. 1 1
      general/settings.vim
  2. 1 0
      init.vim
  3. 1 2
      plug-config/sneak.vim
  4. 7 0
      themes/eleline.vim
  5. 1 0
      vim-plug/plugins.vim

+ 1 - 1
general/settings.vim

@@ -25,7 +25,7 @@ if !exists('g:vscode')
   set expandtab                           " Converts tabs to spaces
   set expandtab                           " Converts tabs to spaces
   set smartindent                         " Makes indenting smart
   set smartindent                         " Makes indenting smart
   set autoindent                          " Good auto indent
   set autoindent                          " Good auto indent
-  set laststatus=0                        " Always display the status line
+  set laststatus=2                        " Always display the status line
   set number                              " Line numbers
   set number                              " Line numbers
   set cursorline                          " Enable highlighting of the current line
   set cursorline                          " Enable highlighting of the current line
   set background=dark                     " tell vim what the background color looks like
   set background=dark                     " tell vim what the background color looks like

+ 1 - 0
init.vim

@@ -21,6 +21,7 @@ else
   source $HOME/.config/nvim/themes/syntax.vim
   source $HOME/.config/nvim/themes/syntax.vim
   source $HOME/.config/nvim/themes/onedark.vim
   source $HOME/.config/nvim/themes/onedark.vim
   source $HOME/.config/nvim/themes/airline.vim
   source $HOME/.config/nvim/themes/airline.vim
+  " source $HOME/.config/nvim/themes/eleline.vim
   source $HOME/.config/nvim/plug-config/rnvimr.vim
   source $HOME/.config/nvim/plug-config/rnvimr.vim
   source $HOME/.config/nvim/plug-config/fzf.vim
   source $HOME/.config/nvim/plug-config/fzf.vim
   source $HOME/.config/nvim/plug-config/commentary.vim
   source $HOME/.config/nvim/plug-config/commentary.vim

+ 1 - 2
plug-config/sneak.vim

@@ -14,8 +14,7 @@ map gs <Plug>Sneak_;
 highlight Sneak guifg=black guibg=#00C7DF ctermfg=black ctermbg=cyan
 highlight Sneak guifg=black guibg=#00C7DF ctermfg=black ctermbg=cyan
 highlight SneakScope guifg=red guibg=yellow ctermfg=red ctermbg=yellow
 highlight SneakScope guifg=red guibg=yellow ctermfg=red ctermbg=yellow
 
 
-" Cool prompts
-" let g:sneak#prompt = '🕵'
+" Cool prompt
 let g:sneak#prompt = '🔎'
 let g:sneak#prompt = '🔎'
 
 
 " I like quickscope better for this since it keeps me in the scope of a single line
 " I like quickscope better for this since it keeps me in the scope of a single line

+ 7 - 0
themes/eleline.vim

@@ -0,0 +1,7 @@
+let g:eleline_powerline_fonts = 1
+" Always show tabs 
+
+set showtabline=2
+
+" We don't need to see things like -- INSERT -- anymore
+set noshowmode

+ 1 - 0
vim-plug/plugins.vim

@@ -45,6 +45,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
     " Intellisense
     " Intellisense
     Plug 'neoclide/coc.nvim', {'branch': 'release'}
     Plug 'neoclide/coc.nvim', {'branch': 'release'}
     " Status Line
     " Status Line
+    " Plug 'ChristianChiarulli/eleline.vim'
     Plug 'vim-airline/vim-airline'
     Plug 'vim-airline/vim-airline'
     Plug 'vim-airline/vim-airline-themes'
     Plug 'vim-airline/vim-airline-themes'
     " Ranger
     " Ranger