diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-09 23:24:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-09 23:31:44 +0800 |
| commit | 3dce4506ebd80da0cd30050fc8ab10693943d461 (patch) | |
| tree | d6b7fb4ce51ddb8728dcc4ac19ef2742146c48d4 /core/plugins.vim | |
| parent | a694d00820db2482a94250a6dc88dc433b1b83fb (diff) | |
update packer and plugin settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 149ccd0..374a59f 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -545,17 +545,6 @@ endif """"""""""""""""""""""""""""""nvim-gdb settings"""""""""""""""""""""""""""""" nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR> -""""""""""""""""""""""""""""""iron.nvim settings"""""""""""""""""""""""""""""" -lua << EOF -local iron = require('iron') -iron.core.set_config{ - preferred = { - python = 'ipython' - }, - repl_open_cmd = 'vertical 120 split' -} -EOF - """"""""""""""""""""""""""""""register.nvim settings"""""""""""""""""""""""""""""" let g:registers_show_empty_registers = 0 let g:registers_window_border = 'single' |
