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