feat(nvim)!: add mini-nvim
This commit is contained in:
parent
a66a17984e
commit
1366bf3e08
17 changed files with 104 additions and 321 deletions
|
|
@ -6,3 +6,6 @@ vim.api.nvim_create_autocmd("VimEnter", {
|
|||
desc = "Disable Copilot by default on startup",
|
||||
command = "Copilot disable",
|
||||
})
|
||||
require("which-key").register({
|
||||
c = { "<cmd>Copilot toggle<cr>", "Toggle Copilot" },
|
||||
}, { prefix = "<leader>t" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue