diff options
Diffstat (limited to 'nvim/lua/plugins')
| -rw-r--r-- | nvim/lua/plugins/copilot.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua new file mode 100644 index 0000000..bcd4480 --- /dev/null +++ b/nvim/lua/plugins/copilot.lua | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | return { | ||
| 2 | "github/copilot.vim", | ||
| 3 | enabled = false, | ||
| 4 | } | ||
