.
This commit is contained in:
parent
c67b088a41
commit
175ee9cbe8
1 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@ syntax on
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme smyck
|
colorscheme smyck
|
||||||
set guifont=MesloLGS\ Nerd\ Font:h11
|
set guifont=MesloLGSDZ\ Nerd\ Font
|
||||||
hi BadWhitespace ctermbg=red guibg=red
|
hi BadWhitespace ctermbg=red guibg=red
|
||||||
|
|
||||||
set gdefault
|
set gdefault
|
||||||
|
@ -49,13 +49,14 @@ au BufRead,BufNewFile *.pp
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
call plug#begin('~/.config/vim-plugins')
|
call plug#begin('~/.config/vim-plugins')
|
||||||
Plug 'ctrlpvim/ctrlp.vim'
|
|
||||||
Plug 'rodjek/vim-puppet'
|
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
|
Plug 'rodjek/vim-puppet'
|
||||||
|
Plug 'ctrlpvim/ctrlp.vim'
|
||||||
Plug 'edkolev/tmuxline.vim'
|
Plug 'edkolev/tmuxline.vim'
|
||||||
Plug 'ryanoasis/vim-devicons'
|
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
" has to be called as lat plugin
|
||||||
|
Plug 'ryanoasis/vim-devicons'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
let g:airline_theme = 'powerlineish'
|
let g:airline_theme = 'powerlineish'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue