Minor updates

lightmode
E. Almqvist 4 years ago
parent 087ad100ea
commit aa59f80276
  1. 2
      copydots.sh
  2. 8
      vimrc

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
repoPath=$HOME/dotfiles repoPath=$HOME/Projects/linux/dotfiles
# All those things # All those things
cp -r $HOME/.config/rofi $repoPath cp -r $HOME/.config/rofi $repoPath

@ -40,8 +40,8 @@ call plug#begin('~/.vim/plugged')
Plug 'preservim/nerdtree' " Tree navigation Plug 'preservim/nerdtree' " Tree navigation
Plug 'rafi/awesome-vim-colorschemes' " Theme collection Plug 'rafi/awesome-vim-colorschemes' " Theme collection
Plug 'chriskempson/base16-vim' " Theme Plug 'chriskempson/base16-vim' " Theme
Plug 'vim-airline/vim-airline' " Airline " Plug 'vim-airline/vim-airline' " Airline
Plug 'vim-airline/vim-airline-themes' " Airline themes " Plug 'vim-airline/vim-airline-themes' " Airline themes
call plug#end() call plug#end()
@ -75,5 +75,5 @@ nnoremap <silent> <C-j> :tabprevious<CR>
nnoremap <silent> <C-k> :tabnext<CR> nnoremap <silent> <C-k> :tabnext<CR>
" Airline " Airline
let g:airline#extensions#tabline#enabled = 1 "let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1 "let g:airline_powerline_fonts = 1

Loading…
Cancel
Save