feat(nvim): open copilot chat on leader-cc in floating window
This commit is contained in:
parent
621a555c25
commit
d1637e46fc
2 changed files with 14 additions and 1 deletions
|
@ -67,3 +67,6 @@ vim.cmd('nnoremap <expr> * v:hlsearch ? ":nohlsearch<cr>" : "*"')
|
|||
|
||||
-- insert-map jj/jk to escape
|
||||
require("better_escape").setup()
|
||||
|
||||
-- open Copilot Chat window
|
||||
nnoremap("<leader>cc", ":lua require('CopilotChat').open()<CR>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue