Skip to content

Commit

Permalink
docs: update doc/freeze-code.nvim.txt
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent 622f6fe commit 5742f38
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc/freeze-code.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*freeze-code.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 May 14
*freeze-code.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 May 14

==============================================================================
Table of Contents *freeze-code.nvim-table-of-contents*
Expand All @@ -9,6 +9,9 @@ Table of Contents *freeze-code.nvim-table-of-contents*



[!warning]
This plugin requires Neovim v0.9.0 or higher

INSTALLATION *freeze-code.nvim-installation*

Using your plugin manager at your disposal, in the example lazy
Expand Down Expand Up @@ -53,7 +56,8 @@ Using your plugin manager at your disposal, in the example lazy
<


[!note] See default configuration below.
[!note]
See default configuration below.
>lua
local opts = {
freeze_path = vim.fn.exepath("freeze"), -- where is freeze installed
Expand All @@ -70,7 +74,8 @@ Using your plugin manager at your disposal, in the example lazy
<


[!note] The commands to copy, as defaults per OS will be in the bin-directory
[!note]
The commands to copy, as defaults per OS will be in the bin-directory
<https://github.com/AlejandroSuero/freeze-code.nvim/blob/main/bin>
Once you have it installed, you can use `:checkhealt freeze-code` to see if
there are any problems with the installation or you need to install aditional
Expand All @@ -96,7 +101,7 @@ project.
7. Open a PR <https://github.com/AlejandroSuero/freeze-code.nvim/pulls>.

For more information, check CONTRIBUTING.md
<https://github.com/AlejandroSuero/freeze-code.nvim/blob/main/contrib/CONTRIBUTING.md>.
<https://github.com/AlejandroSuero/freeze-code.nvim/blob/main/CONTRIBUTING.md>.


Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
Expand Down

0 comments on commit 5742f38

Please sign in to comment.