vim:plugs: Add NrrwRgn (narrow region)
> This plugin is inspired by the Narrowing feature of Emacs and means to > focus on a selected region while making the rest inaccessible. You > simply select the region, call :NR and the selected part will open in > a new split window while the rest of the buffer will be protected. > Once you are finished, simply write the narrowed window (:w) and all > the changes will be moved back to the original buffer. I want this to be able to diff two portions of a file without the need of creating temporary files. (And the ability to automatically bring back changes sounds nice too.) Link: https://github.com/chrisbra/NrrwRgn
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -43,6 +43,9 @@
|
|||||||
[submodule "Colorizer"]
|
[submodule "Colorizer"]
|
||||||
path = .local/share/vim/pack/plugins/opt/Colorizer
|
path = .local/share/vim/pack/plugins/opt/Colorizer
|
||||||
url = https://github.com/chrisbra/Colorizer
|
url = https://github.com/chrisbra/Colorizer
|
||||||
|
[submodule "NrrwRgn"]
|
||||||
|
path = .local/share/vim/pack/plugins/opt/NrrwRgn
|
||||||
|
url = http://github.com/chrisbra/NrrwRgn
|
||||||
[submodule "arm-syntax-vim"]
|
[submodule "arm-syntax-vim"]
|
||||||
path = .local/share/vim/pack/plugins/opt/arm-syntax-vim
|
path = .local/share/vim/pack/plugins/opt/arm-syntax-vim
|
||||||
url = https://github.com/ARM9/arm-syntax-vim
|
url = https://github.com/ARM9/arm-syntax-vim
|
||||||
|
|||||||
1
.local/share/vim/pack/plugins/opt/NrrwRgn
Submodule
1
.local/share/vim/pack/plugins/opt/NrrwRgn
Submodule
Submodule .local/share/vim/pack/plugins/opt/NrrwRgn added at e027db9d94
1
.local/share/vim/pack/plugins/start/NrrwRgn
Symbolic link
1
.local/share/vim/pack/plugins/start/NrrwRgn
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../opt/NrrwRgn
|
||||||
Reference in New Issue
Block a user