stuff...
This commit is contained in:
parent
ffa36a3082
commit
4b3b01e4e6
|
|
@ -2,7 +2,7 @@
|
||||||
*.background: #282828
|
*.background: #282828
|
||||||
*.foreground: white
|
*.foreground: white
|
||||||
*.cursorColor: white
|
*.cursorColor: white
|
||||||
Xcursor.theme: Dot-Dark
|
Xcursor.theme: Bibata Ice
|
||||||
Xcursor.size: 48
|
Xcursor.size: 48
|
||||||
|
|
||||||
!/* !! gruvbox: */
|
!/* !! gruvbox: */
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ nnoremap<silent> <S-Tab> :bprevious<CR>
|
||||||
" Kill buffer with Space+bk
|
" Kill buffer with Space+bk
|
||||||
nnoremap<silent> <Space>bk :bdelete<CR>
|
nnoremap<silent> <Space>bk :bdelete<CR>
|
||||||
|
|
||||||
"Faster ESC.
|
" Faster ESC.
|
||||||
inoremap jk <ESC>
|
inoremap jk <ESC>
|
||||||
inoremap kj <ESC>
|
inoremap kj <ESC>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,9 @@ Plug 'ryanoasis/vim-devicons'
|
||||||
" Tagbar
|
" Tagbar
|
||||||
Plug 'liuchengxu/vista.vim'
|
Plug 'liuchengxu/vista.vim'
|
||||||
|
|
||||||
|
" Colorizer
|
||||||
|
Plug 'chrisbra/Colorizer'
|
||||||
|
|
||||||
" NERDTree
|
" NERDTree
|
||||||
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
||||||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,6 @@ powertop
|
||||||
procps-ng
|
procps-ng
|
||||||
psmisc
|
psmisc
|
||||||
pulseaudio-bluetooth
|
pulseaudio-bluetooth
|
||||||
pygtk
|
|
||||||
python-cairo
|
python-cairo
|
||||||
python-dbus
|
python-dbus
|
||||||
python-mpd2
|
python-mpd2
|
||||||
|
|
@ -124,10 +123,7 @@ python-pyqt5
|
||||||
python-pywal
|
python-pywal
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-urwid
|
python-urwid
|
||||||
python2-cairo
|
|
||||||
python2-dbus
|
python2-dbus
|
||||||
python2-gobject2
|
|
||||||
python2-pip
|
|
||||||
qt5-styleplugins
|
qt5-styleplugins
|
||||||
reflector
|
reflector
|
||||||
reiserfsprogs
|
reiserfsprogs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue