2 Commits

Author SHA1 Message Date
  TiynGER 465d66b76c nvim: noshow of cmd put to the lightline config 1 week ago
  TiynGER 10fb15f1dc browser: firefox is standard 1 week ago
2 changed files with 2 additions and 4 deletions
Split View
  1. +1
    -3
      .config/nvim/init.vim
  2. +1
    -1
      .profile

+ 1
- 3
.config/nvim/init.vim

@ -54,6 +54,7 @@ au FileType,BufNewFile,BufRead java,c,cpp,py,h call rainbow#load()
" itchyny/lightline.vim
let g:lightline = { 'colorscheme': 'codedark'}
set noshowmode
" junegunn/fzf.vim
let $FZF_DEFAULT_COMMAND = 'find . ~ -type f'
@ -163,9 +164,6 @@ endfunction
set go=a
" dont show status in commandline due to lightline
set noshowmode
" enable mouse for all modes
set mouse=a
set clipboard+=unnamedplus

+ 1
- 1
.profile

@ -8,7 +8,7 @@ export PATH=${HOME}/.pyenv/bin:$PATH
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
export BROWSER="icecat"
export BROWSER="firefox"
export RTV_BROWSER="qutebrowser"
export EDITOR="nvim"
export FILE="vifmrun"

Loading…
Cancel
Save