Skip to content

Added short descriptions #81

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions docs/extras/coding/codeium.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Codeium

Enable this extra to use the Codium LLM for code completion.

<!-- plugins:start -->

:::info
Expand Down Expand Up @@ -34,8 +36,7 @@ import TabItem from '@theme/TabItem';

## [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)

codeium cmp source

codeium cmp source

<Tabs>

Expand All @@ -53,7 +54,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -85,8 +85,7 @@ end

## [codeium.nvim](https://github.com/Exafunction/codeium.nvim)

codeium

codeium

<Tabs>

Expand All @@ -98,7 +97,6 @@ opts = {}

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -128,7 +126,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down
12 changes: 4 additions & 8 deletions docs/extras/coding/copilot.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copilot

Enable this extra to use the Copilot LLM for code completion.

<!-- plugins:start -->

:::info
Expand Down Expand Up @@ -34,8 +36,7 @@ import TabItem from '@theme/TabItem';

## [copilot.lua](https://github.com/zbirenbaum/copilot.lua)

copilot

copilot

<Tabs>

Expand All @@ -54,7 +55,6 @@ opts = {

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand All @@ -79,8 +79,7 @@ opts = {

## [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)

copilot cmp source

copilot cmp source

<Tabs>

Expand All @@ -98,7 +97,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -149,7 +147,6 @@ opts = {}

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -219,7 +216,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down
11 changes: 4 additions & 7 deletions docs/extras/coding/tabnine.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TabNine

Enable this extra to use the TabNine LLM for code completion.

<!-- plugins:start -->

:::info
Expand Down Expand Up @@ -34,8 +36,7 @@ import TabItem from '@theme/TabItem';

## [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)

Tabnine cmp source

Tabnine cmp source

<Tabs>

Expand All @@ -60,7 +61,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -122,7 +122,6 @@ opts = {

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -150,8 +149,7 @@ opts = {

## [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) _(optional)_

Show TabNine status in lualine

Show TabNine status in lualine

<Tabs>

Expand All @@ -166,7 +164,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down
7 changes: 3 additions & 4 deletions docs/extras/coding/yanky.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# yanky.nvim

Enable this extra to use the yanky.nvim plugin which provides better yank/paste functionality.

> The default LazyVim mappings to cycle yank history are `[y` and `]y`

<!-- plugins:start -->
Expand Down Expand Up @@ -36,8 +38,7 @@ import TabItem from '@theme/TabItem';

## [yanky.nvim](https://github.com/gbprod/yanky.nvim)

better yank/paste

better yank/paste

<Tabs>

Expand All @@ -52,7 +53,6 @@ opts = {

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -103,7 +103,6 @@ opts = nil

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down
5 changes: 2 additions & 3 deletions docs/extras/formatting/black.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Black Formatter

Enable this extra to use the Black formatter for Python file formatting.

<!-- plugins:start -->

:::info
Expand Down Expand Up @@ -46,7 +48,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -78,7 +79,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -113,7 +113,6 @@ opts = {

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down
5 changes: 2 additions & 3 deletions docs/extras/formatting/prettier.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Prettier

Enable this extra to use the Prettier formatter for JavaScript and TypeScript file formatting.

<!-- plugins:start -->

:::info
Expand Down Expand Up @@ -46,7 +48,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -78,7 +79,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -128,7 +128,6 @@ opts = {

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down