Skip to content

Commit

Permalink
Add variant information to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Sep 1, 2023
1 parent c685cbf commit 747a954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/neovim_lua_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ vim.o.laststatus = 2
vim.o.showtabline = 2
```

There are 2 variants to use in built-in themes.

## Showing More Statusline Information

```lua
Expand Down
2 changes: 2 additions & 0 deletions examples/vimscript_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ set showtabline=2
set guioptions-=e
```

There are 2 variants to use in built-in themes.

## Showing More Statusline Information

```vim
Expand Down

0 comments on commit 747a954

Please sign in to comment.