mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-02-22 04:34:48 +01:00
Compare commits
2 Commits
7314ee7ea1
...
465d66b76c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
465d66b76c | ||
|
|
10fb15f1dc |
@@ -54,6 +54,7 @@ au FileType,BufNewFile,BufRead java,c,cpp,py,h call rainbow#load()
|
|||||||
|
|
||||||
" itchyny/lightline.vim
|
" itchyny/lightline.vim
|
||||||
let g:lightline = { 'colorscheme': 'codedark'}
|
let g:lightline = { 'colorscheme': 'codedark'}
|
||||||
|
set noshowmode
|
||||||
|
|
||||||
" junegunn/fzf.vim
|
" junegunn/fzf.vim
|
||||||
let $FZF_DEFAULT_COMMAND = 'find . ~ -type f'
|
let $FZF_DEFAULT_COMMAND = 'find . ~ -type f'
|
||||||
@@ -163,9 +164,6 @@ endfunction
|
|||||||
|
|
||||||
set go=a
|
set go=a
|
||||||
|
|
||||||
" dont show status in commandline due to lightline
|
|
||||||
set noshowmode
|
|
||||||
|
|
||||||
" enable mouse for all modes
|
" enable mouse for all modes
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set clipboard+=unnamedplus
|
set clipboard+=unnamedplus
|
||||||
|
|||||||
2
.profile
2
.profile
@@ -8,7 +8,7 @@ export PATH=${HOME}/.pyenv/bin:$PATH
|
|||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
eval "$(pyenv virtualenv-init -)"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
|
|
||||||
export BROWSER="icecat"
|
export BROWSER="firefox"
|
||||||
export RTV_BROWSER="qutebrowser"
|
export RTV_BROWSER="qutebrowser"
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export FILE="vifmrun"
|
export FILE="vifmrun"
|
||||||
|
|||||||
Reference in New Issue
Block a user