diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-04 19:28:27 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-04 19:28:27 -0700 |
commit | 691be6f9cfe5ac04d6391d59c3a25998b9d5aa81 (patch) | |
tree | d7868243cb8516a77f02f1de38a7a2674bfb23da /home/xyz/.config/nvim/init.vim | |
parent | 48f7264133a2d0acfe4cc257dfec7a763640ceeb (diff) |
nvim rc add more comment about hex editing
Diffstat (limited to 'home/xyz/.config/nvim/init.vim')
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index ee5ed005..650712d7 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -25,6 +25,7 @@ Plug 'rlue/vim-barbaric' " alternatives: 'thinca/vim-ref' with 'eiiches/vim-ref-info', 'HiPhish/info.vim', 'alx741/vinfo' Plug 'https://gitlab.com/HiPhish/info.vim.git' " :h hexmode +" other related doc: :h hex-editing, :h 23.3, :h edit-binary Plug 'fidian/hexmode' call plug#end() |