Adding which key

This will help freshers get used to keyboard shortcuts easily.
pull/147/head
Rajesh Rajendran 2 years ago committed by GitHub
parent 32744c3f66
commit 2f44d6693c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,16 @@ require('packer').startup(function(use)
'folke/neodev.nvim',
},
}
use { -- WchickKey
"folke/which-key.nvim",
config = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
require("which-key").setup {}
end
}
use { -- Autocompletion
'hrsh7th/nvim-cmp',

Loading…
Cancel
Save