Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeresman01 committed Sep 28, 2024
1 parent cd30982 commit c7bf278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
- [Repository structure](#repo)
- [Functionalities](#functionalities)
- [Installation](#installation)
- [Vim-Plug] (#vimplug)
- [Packer] (#packer)
- [Vim-Plug](#vimplug)
- [Packer](#packer)
- [Commands](#commands)
- [Setup](#setup)

Expand Down Expand Up @@ -60,7 +60,7 @@ tmux-switch.nvim/
* Install using you plugin manager


`Vim-Plug`
### Vim Plug :star: <a name="vimplug"></a> ###
```lua
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
Expand All @@ -69,7 +69,7 @@ Plug 'MunifTanjim/nui.nvim'
Plug 'jkeresman01/tmux-switch.nvim'
```

`Packer`
### Packer :star: <a name="packer"></a> ###
```lua

use {
Expand Down

0 comments on commit c7bf278

Please sign in to comment.