mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
docs: cleanup formatting
This commit is contained in:
parent
a0281d329b
commit
c08d0a79cc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ be used if the plugin uses a `require('module').setup(...)` pattern. Otherwise,
|
||||||
{
|
{
|
||||||
config.vim.lazy.plugins = {
|
config.vim.lazy.plugins = {
|
||||||
aerial.nvim = {
|
aerial.nvim = {
|
||||||
# ^^^^^^^^^ this name should match the package.pname or package.name
|
# ^^^^^^^^^ this name should match the package.pname or package.name
|
||||||
package = aerial-nvim;
|
package = aerial-nvim;
|
||||||
|
|
||||||
setupModule = "aerial";
|
setupModule = "aerial";
|
||||||
|
|
Loading…
Reference in a new issue