diff options
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' |
