Add .ezsh alias and env-var for qt5ct
This commit is contained in:
parent
f04e3b1aef
commit
e03ae84fdf
3 changed files with 12 additions and 1 deletions
.config/vim
|
@ -1,4 +1,5 @@
|
|||
set runtimepath+=~/.config/vim,~/.config/vim/after
|
||||
set packpath+=~/.config/vim
|
||||
|
||||
if has('nvim')
|
||||
" Neovim specific commands
|
||||
|
@ -37,6 +38,9 @@ call plug#begin('~/.config/vim/plugged')
|
|||
Plug 'sheerun/vim-polyglot'
|
||||
call plug#end()
|
||||
|
||||
packadd! dracula_pro
|
||||
|
||||
|
||||
"let g:indentLine_setColors = 0
|
||||
|
||||
packadd termdebug
|
||||
|
@ -149,9 +153,13 @@ let g:jellybeans_overrides = {
|
|||
\ '256ctermbg': 'none'
|
||||
\ },
|
||||
\ }
|
||||
colorscheme dracula
|
||||
"colorscheme dracula
|
||||
let g:dracula_colorterm = 0
|
||||
colorscheme dracula_pro
|
||||
|
||||
highlight Normal ctermbg=NONE
|
||||
|
||||
|
||||
let g:highlightedyank_highlight_duration = 250
|
||||
|
||||
let g:syntastic_always_populate_loc_list = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue