testing eleline

This commit is contained in:
Chris 2020-05-05 21:22:29 -04:00
parent 67cf58677f
commit fbeea2c856
5 changed files with 11 additions and 3 deletions

View file

@ -25,7 +25,7 @@ if !exists('g:vscode')
set expandtab " Converts tabs to spaces
set smartindent " Makes indenting smart
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 cursorline " Enable highlighting of the current line
set background=dark " tell vim what the background color looks like

View file

@ -21,6 +21,7 @@ else
source $HOME/.config/nvim/themes/syntax.vim
source $HOME/.config/nvim/themes/onedark.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/fzf.vim
source $HOME/.config/nvim/plug-config/commentary.vim

View file

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

7
themes/eleline.vim Normal file
View file

@ -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

View file

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