use folke/snacks.nvim
parent
2f5b7442e2
commit
727963f19d
|
@ -215,13 +215,12 @@
|
|||
<li>
|
||||
<p>
|
||||
With
|
||||
<a href="https://github.com/ibhagwan/fzf-lua">ibhagwan/fzf-lua</a>:
|
||||
<a href="https://github.com/folke/snacks.nvim">folke/snacks.nvim</a>:
|
||||
</p>
|
||||
<ul>
|
||||
<li><code><Leader>f</code>: find files</li>
|
||||
<li><code><Leader>l</code>: find lines</li>
|
||||
<li><code><Leader>rg</code>: grep files</li>
|
||||
<li><code><Leader>g</code>: git status</li>
|
||||
<li>
|
||||
With
|
||||
<a href="https://github.com/neovim/nvim-lspconfig"
|
||||
|
@ -234,8 +233,6 @@
|
|||
<code><Space>r</code>, <code>gr</code>: list references
|
||||
</li>
|
||||
<li><code><Space>i</code>: list implementation</li>
|
||||
<li><code><Space>ca</code>: list code action</li>
|
||||
<li><code><Space>d</code>: list diagnostics</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -323,6 +320,7 @@
|
|||
</p>
|
||||
<ul>
|
||||
<li><code><Space>e</code>: current diagnostic</li>
|
||||
<li><code><Space>ca</code>: list code action</li>
|
||||
<li><code><Space>lr</code>: restart lsp server</li>
|
||||
<li><code>gd</code>: go to definition</li>
|
||||
<li><code><Space>k</code>, <code>gk</code>: hover</li>
|
||||
|
|
|
@ -110,18 +110,15 @@ Ground rules:
|
|||
- `<Leader>c`: `c` without yank
|
||||
- `<Leader>x`: `x` without yank
|
||||
|
||||
- With [ibhagwan/fzf-lua](https://github.com/ibhagwan/fzf-lua):
|
||||
- With [folke/snacks.nvim](https://github.com/folke/snacks.nvim):
|
||||
- `<Leader>f`: find files
|
||||
- `<Leader>l`: find lines
|
||||
- `<Leader>rg`: grep files
|
||||
- `<Leader>g`: git status
|
||||
- With [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
|
||||
helps:
|
||||
- `<Space>s`: list lsp symbols
|
||||
- `<Space>r`, `gr`: list references
|
||||
- `<Space>i`: list implementation
|
||||
- `<Space>ca`: list code action
|
||||
- `<Space>d`: list diagnostics
|
||||
- With [saghen/blink.cmp](https://github.com/Saghen/blink.cmp):
|
||||
- `<C-Space>`: trigger completion
|
||||
- With [tpope/vim-projectionist](https://github.com/tpope/vim-projectionist)
|
||||
|
@ -143,6 +140,7 @@ Ground rules:
|
|||
- `<Space>f`: format code
|
||||
- With [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig):
|
||||
- `<Space>e`: current diagnostic
|
||||
- `<Space>ca`: list code action
|
||||
- `<Space>lr`: restart lsp server
|
||||
- `gd`: go to definition
|
||||
- `<Space>k`, `gk`: hover
|
||||
|
|
Loading…
Reference in New Issue