Add ranger integration
This commit is contained in:
parent
082bbd2bb2
commit
b73d5da9b7
@ -15,6 +15,11 @@ local function manage_plugins()
|
|||||||
local plugins = {
|
local plugins = {
|
||||||
["https://github.com/faerryn/plogins.nvim.git"] = {},
|
["https://github.com/faerryn/plogins.nvim.git"] = {},
|
||||||
["https://github.com/tpope/vim-sensible.git"] = {},
|
["https://github.com/tpope/vim-sensible.git"] = {},
|
||||||
|
["https://github.com/kevinhwang91/rnvimr.git"] = {
|
||||||
|
packadd_hook = function()
|
||||||
|
vim.api.nvim_set_keymap('n', '<leader>f', ":RnvimrToggle<cr>", {})
|
||||||
|
end
|
||||||
|
},
|
||||||
["https://github.com/ojroques/nvim-hardline.git"] = {
|
["https://github.com/ojroques/nvim-hardline.git"] = {
|
||||||
packadd_hook = function()
|
packadd_hook = function()
|
||||||
require('hardline').setup()
|
require('hardline').setup()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user