diff options
| author | jdhao <jdhao@hotmail.com> | 2021-09-09 15:55:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-09-09 15:55:25 +0800 |
| commit | 36711d4a46414290944f60f00e3727b8b88ffd06 (patch) | |
| tree | f63f6eebda688368dbd37889467d24c18dc27821 /core/plugins.vim | |
| parent | 113eaa46f897de5f672b22acccb10b39c6f3d3de (diff) | |
update registers.nvim settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 8ee0ee0..15bd195 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -479,11 +479,6 @@ endif """"""""""""""""""""""""""""""nvim-gdb settings"""""""""""""""""""""""""""""" nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR> -""""""""""""""""""""""""""""""register.nvim settings"""""""""""""""""""""""""""""" -let g:registers_show_empty_registers = 0 -let g:registers_window_border = 'single' -let g:registers_window_max_width = 80 - """"""""""""""""""""""""""""""wilder.nvim settings"""""""""""""""""""""""""""""" call wilder#enable_cmdline_enter() set wildcharm=<Tab> |
