feat(neovim): remove copilot as im poor
parent
688c4083f2
commit
e62bb63d63
|
@ -304,18 +304,6 @@ vim.<span class="pl-smi">keymap</span>.<span class="pl-c1">set</span>(<span clas
|
|||
<li><code><Space>ci</code>: organize imports</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
With
|
||||
<a href="https://github.com/zbirenbaum/copilot.lua"
|
||||
>zbirenbaum/copilot.lua</a
|
||||
>
|
||||
</p>
|
||||
<ul>
|
||||
<li><code><M-Space></code>: trigger copilot</li>
|
||||
<li><code><M-l>: accept copilot</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="user-content-references--thanks">
|
||||
<a class="heading-link" href="#references--thanks"
|
||||
|
|
|
@ -150,9 +150,6 @@ Ground rules:
|
|||
- `<Space>f`: format code
|
||||
- `<Space>ca`: code action
|
||||
- `<Space>ci`: organize imports
|
||||
- With [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua)
|
||||
- `<M-Space>`: trigger copilot
|
||||
- `<M-l>: accept copilot`
|
||||
|
||||
## References / Thanks
|
||||
|
||||
|
|
Loading…
Reference in New Issue