diff options
Diffstat (limited to 'plug-config')
-rw-r--r-- | plug-config/coc.vim | 2 | ||||
-rw-r--r-- | plug-config/goyo.vim | 1 | ||||
-rw-r--r-- | plug-config/quickscope.vim | 3 | ||||
-rw-r--r-- | plug-config/start-screen.vim | 8 | ||||
-rw-r--r-- | plug-config/vim-rooter.vim | 1 |
5 files changed, 8 insertions, 7 deletions
diff --git a/plug-config/coc.vim b/plug-config/coc.vim index c9ae319f..babae7ed 100644 --- a/plug-config/coc.vim +++ b/plug-config/coc.vim @@ -136,6 +136,6 @@ let g:coc_explorer_global_presets = { \ } \ } "nmap <silent> <space>e :CocCommand explorer<CR> -nnoremap <leader>e :CocCommand explorer<CR> +nnoremap <silent> <leader>e :CocCommand explorer<CR> nmap <space>f :CocCommand explorer --preset floatingRightside<CR> autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif diff --git a/plug-config/goyo.vim b/plug-config/goyo.vim new file mode 100644 index 00000000..1f5b17ac --- /dev/null +++ b/plug-config/goyo.vim @@ -0,0 +1 @@ +nmap <silent> <leader>z :Goyo<CR> diff --git a/plug-config/quickscope.vim b/plug-config/quickscope.vim index 934166b6..7950dc7d 100644 --- a/plug-config/quickscope.vim +++ b/plug-config/quickscope.vim @@ -1,7 +1,6 @@ " Trigger a highlight in the appropriate direction when pressing these keys: -" ; repeat forward , repeat backwards let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] highlight QuickScopePrimary guifg='#00C7DF' gui=underline ctermfg=155 cterm=underline -highlight QuickScopeSecondary guifg='#afff5f' gui=underline ctermfg=81 cterm=underline +highlight QuickScopeSecondary guifg='#eF5F70' gui=underline ctermfg=81 cterm=underline let g:qs_max_chars=150 diff --git a/plug-config/start-screen.vim b/plug-config/start-screen.vim index eb2d5bd7..8024fa16 100644 --- a/plug-config/start-screen.vim +++ b/plug-config/start-screen.vim @@ -1,9 +1,9 @@ let g:startify_custom_header = [ - \ ' _ __ _ __ ___ __ ___ ', - \ ' / |/ / __(_)_ _ / |/ /__ _____/ / |_ |', - \ ' / / |/ / / ` \ / /|_/ / _ `/ __/ _ \ / __/ ', - \ '/_/|_/|___/_/_/_/_/ /_/ /_/\_,_/\__/_//_/ /____/ ', + \ ' _ __ _ __ ___ __ ___ ', + \ ' / |/ / __(_)_ _ / |/ /__ _____/ / |_ |', + \ ' / / |/ / / ` \ / /|_/ / _ `/ __/ _ \ / __/ ', + \ ' /_/|_/|___/_/_/_/_/ /_/ /_/\_,_/\__/_//_/ /____/ ', \] let g:startify_session_dir = '~/.config/nvim/session' diff --git a/plug-config/vim-rooter.vim b/plug-config/vim-rooter.vim new file mode 100644 index 00000000..0fea0770 --- /dev/null +++ b/plug-config/vim-rooter.vim @@ -0,0 +1 @@ +let g:rooter_silent_chdir = 1 |