Add reticle.nvim

pull/382/head
Nathan Justinian 2 years ago committed by GitHub
parent a4d69d7cd8
commit 455e5f3cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,20 @@ require('packer').startup(function(use)
-- Leap to help quickly navigate
use 'ggandor/leap.nvim'
-- Adds ability to highlight row and/or column containing cursor
use {
'tummetott/reticle.nvim',
config = function()
require('reticle').setup {
-- add options here or leave empty
}
end
}
-- Shows what actions can be performed by pressing keys
use {
"folke/which-key.nvim",
config = function()

Loading…
Cancel
Save