mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add plugin register.nvim
This commit is contained in:
parent
03f600d580
commit
f47d8dc55e
@ -561,5 +561,8 @@ iron.core.set_config{
|
|||||||
repl_open_cmd = 'vertical 120 split'
|
repl_open_cmd = 'vertical 120 split'
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""register.nvim settings""""""""""""""""""""""""""""""
|
||||||
|
let g:registers_show_empty_registers = 0
|
||||||
"}}
|
"}}
|
||||||
"}
|
"}
|
||||||
|
|||||||
@ -263,6 +263,9 @@ require('packer').startup(
|
|||||||
|
|
||||||
-- REPL for nvim
|
-- REPL for nvim
|
||||||
use 'hkupty/iron.nvim'
|
use 'hkupty/iron.nvim'
|
||||||
|
|
||||||
|
-- Show register content
|
||||||
|
use "tversteeg/registers.nvim"
|
||||||
end,
|
end,
|
||||||
config = {
|
config = {
|
||||||
max_jobs = 16,
|
max_jobs = 16,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user