1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update packer and plugin settings

This commit is contained in:
jdhao
2021-07-09 23:24:00 +08:00
parent a694d00820
commit 3dce4506eb
6 changed files with 48 additions and 55 deletions

View File

@@ -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'