Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2022
1 parent 05e2d55 commit 1c8072f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/noice.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ Install the plugin with your preferred package manager:
<


>
" vim-plug
call plugbegin()
Plug 'folke/noice.nvim'
Plug 'MunifTanjim/nui.nvim'
call plugend()
lua require("noice").setup()
<


CONFIGURATION *noice.nvim-configuration*

**noice.nvim** comes with the following defaults:
Expand Down

0 comments on commit 1c8072f

Please sign in to comment.