mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:53:17 -09:00
remove whichkey, add copilot
This commit is contained in:
parent
ebaef7e3a9
commit
2279902b34
@ -110,16 +110,5 @@ return require('packer').startup(function(use)
|
||||
vim.keymap.set("n", "<leader>to", ":SymbolsOutline<cr>")
|
||||
end
|
||||
})
|
||||
-- Lua
|
||||
use {
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
require("which-key").setup {
|
||||
i = { "j", "k", "<space>", "<leader>" },
|
||||
v = { "j", "k" },
|
||||
}
|
||||
end
|
||||
}
|
||||
use('github/copilot.vim')
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user