mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
nvim: noshow of cmd put to the lightline config
This commit is contained in:
parent
10fb15f1dc
commit
465d66b76c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user