formatting

rebuilt 2021-07-06 17:02:16 +02:00
parent eb0af7c16c
commit 94670dd8d9

@ -16,7 +16,6 @@ O.custom_plugins = {{<Git Repository>}, {<Another Git Repository>}, {<...etc>}}
O.custom_plugins = {{"folke/tokyonight.nvim"}}
```
## [TrueZen](https://github.com/Pocco81/TrueZen.nvim)
### TrueZen Packer declaration
@ -107,6 +106,7 @@ return M
```
## [Hop](https://github.com/phaazon/hop.nvim)
Allows you to jump anywhere in a document with as few keystrokes as possible.
### Hop Packer declaration
@ -141,6 +141,7 @@ M.config = function()
```
## [Nvim-lastplace](https://github.com/ethanholz/nvim-lastplace)
Intelligently reopen files at your last edit position.
### Nvim-lastplace declaration and configs