Skip to content

Commit

Permalink
feat: make copilot vim disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski committed Nov 20, 2024
1 parent 5af1ed2 commit 20ff502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ cmp = true
<td>

```lua
copilot_vim = true,
copilot_vim = false,
```

</td>
Expand Down
1 change: 0 additions & 1 deletion lua/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ local M = {
integrations = {
alpha = true,
cmp = true,
copilot_vim = true,
dap = true,
dap_ui = true,
dashboard = true,
Expand Down

0 comments on commit 20ff502

Please sign in to comment.