Skip to content

Commit

Permalink
chore(content/til): update "2024_08_15-disable_cmp_on_lunarvim"
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Aug 15, 2024
1 parent 66e5879 commit 0e15c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/til/2024_08_15-disable_cmp_on_lunarvim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: '2024-08-15'
tags: [vim,lunarvim,cmp,ide,completitions]
---

You can disable `cmp` with inline Lua commando, invoked by `:lua` command.
You can disable `cmp` with inline Lua command, invoked by `:lua` command.

```lua
:lua require('cmp').setup({ enabled = false })
Expand Down

0 comments on commit 0e15c5b

Please sign in to comment.