Skip to content

Commit

Permalink
vim: Fix copilot-cmp indent issue
Browse files Browse the repository at this point in the history
This should be reverted when
zbirenbaum/copilot-cmp#116 is merged
  • Loading branch information
zhimsel committed Sep 3, 2024
1 parent 687b509 commit 9c7dfd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/nvim/lua/zhimsel/plugins/github_copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ return {
'zbirenbaum/copilot.lua',
dependencies = {
{
'zbirenbaum/copilot-cmp',
-- Revert when https://github.com/zbirenbaum/copilot-cmp/pull/116 is merged
'xlucn/copilot-cmp', commit = 'bc153996a7b76fbaa7307356ab99e85e0924b6f7',
-- 'zbirenbaum/copilot-cmp',
dependencies = {
{ 'hrsh7th/nvim-cmp' },
},
Expand Down

0 comments on commit 9c7dfd0

Please sign in to comment.