Skip to content

Commit 0a497f2

Browse files
committed
Update README.md
1 parent 9e082aa commit 0a497f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Table of Contents
1313

1414
- [Plugin manager](#plugin-manager)
15+
- [Repository structure](#repo)
1516
- [Plugins](#plugins)
1617
- [Functionality](#functionality)
1718
- [Aesthetics](#aesthetics)
@@ -50,7 +51,7 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim\
5051
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"
5152
```
5253

53-
## Plugins <a name="plugins"></a> ##
54+
## Repository structure <a name="repo"></a> ##
5455

5556
```shell
5657
nvim/
@@ -78,6 +79,7 @@ nvim/
7879
└── tmux_switch.sh
7980
```
8081

82+
## Plugins <a name="plugins"></a> ##
8183
* Telescope && harpoon for fuzzy finding and file navigation.
8284
* TMUX switch for TMUX session managment within Neovim
8385
* Vim-fugative && gitsigns as git integration tools

0 commit comments

Comments
 (0)