Skip to content

Commit

Permalink
More IDE binds & black background
Browse files Browse the repository at this point in the history
  • Loading branch information
clvv committed Dec 30, 2021
1 parent 4700cd8 commit 75738cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/coc.vim
Expand Up @@ -52,8 +52,13 @@ endfunction
nmap <silent> [d <Plug>(coc-diagnostic-prev)
nmap <silent> ]d <Plug>(coc-diagnostic-next)
" Goto previous/next diagnostic error
nmap <silent> [e <Plug>(coc-diagnostic-prev-error)
nmap <silent> ]e <Plug>(coc-diagnostic-next-error)
" Code navigation
nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gD <Plug>(coc-declaration)
nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)
Expand Down
2 changes: 1 addition & 1 deletion .vimpagerrc
Expand Up @@ -3,7 +3,7 @@ if &t_Co == 256
if filereadable(expand('~/.vim/plugged/vim-lucius/colors/lucius.vim'))
let &runtimepath .= ',' . expand('~/.vim/plugged/vim-lucius')
colorscheme lucius
LuciusDark
LuciusBlack
endif
endif

Expand Down
4 changes: 2 additions & 2 deletions .vimrc
Expand Up @@ -242,14 +242,14 @@ endif " }}}
if has('gui_running')
set guioptions=
set cursorline
LuciusBlack
colorscheme lucius
LuciusDark
else
if &t_Co == 256
set mouse=a " Scrolling in urxvt
colorscheme lucius
LuciusDark
set cursorline
LuciusBlack
set t_ut= " Background
endif
nmap <silent> <leader>c2 :set t_Co=256<CR>
Expand Down

0 comments on commit 75738cd

Please sign in to comment.