+ Stuff
This commit is contained in:
parent
7c943c1780
commit
6fbf8c18c8
4 changed files with 12 additions and 4 deletions
|
@ -13,8 +13,8 @@ active-opacity = 1;
|
||||||
inactive-dim = 0.0;
|
inactive-dim = 0.0;
|
||||||
blur-background = false;
|
blur-background = false;
|
||||||
blur-kern = "3x3box";
|
blur-kern = "3x3box";
|
||||||
fading = true;
|
fading = false;
|
||||||
fade-delta = 1;
|
fade-delta = 0;
|
||||||
fade-in-step = 0.03;
|
fade-in-step = 0.03;
|
||||||
fade-out-step = 0.03;
|
fade-out-step = 0.03;
|
||||||
fade-exclude = [ ];
|
fade-exclude = [ ];
|
||||||
|
|
|
@ -62,6 +62,12 @@ Plug 'deoplete-plugins/deoplete-jedi'
|
||||||
" Indent visualization
|
" Indent visualization
|
||||||
" Plug 'Yggdroot/indentLine'
|
" Plug 'Yggdroot/indentLine'
|
||||||
|
|
||||||
|
" sqlite
|
||||||
|
" Plug 'lbrayner/dbext.vim'
|
||||||
|
|
||||||
|
" Julia support
|
||||||
|
Plug 'JuliaEditorSupport/julia-vim'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" ----- PlugIns Configuration
|
" ----- PlugIns Configuration
|
||||||
|
|
|
@ -77,7 +77,8 @@ augroup END
|
||||||
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
|
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
|
||||||
autocmd BufEnter *.c set ai sw=4 ts=4 sta et fo=croql
|
autocmd BufEnter *.c set ai sw=4 ts=4 sta et fo=croql
|
||||||
autocmd BufEnter *.md set ai sw=3 ts=3 sta et fo=croql
|
autocmd BufEnter *.md set ai sw=3 ts=3 sta et fo=croql
|
||||||
autocmd Filetype html set ai sw=3 ts=4 sta et fo=croql
|
autocmd Filetype html set ai sw=4 ts=4 sta et fo=croql
|
||||||
|
autocmd Filetype css set ai sw=4 ts=4 sta et fo=croql
|
||||||
|
|
||||||
" ----- Auto refresh vimrc
|
" ----- Auto refresh vimrc
|
||||||
augroup myvimrc
|
augroup myvimrc
|
||||||
|
|
|
@ -10,7 +10,8 @@ if [[ -n $SSH_CONNECTION ]]; then
|
||||||
else
|
else
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
fi
|
fi
|
||||||
export BROWSER='brave'
|
# export BROWSER='brave'
|
||||||
|
export BROWSER='waterfox-g3'
|
||||||
export TERMINAL='kitty'
|
export TERMINAL='kitty'
|
||||||
export READER='zathura'
|
export READER='zathura'
|
||||||
export HTTPS='localhost:9050'
|
export HTTPS='localhost:9050'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue