added keybindings

This commit is contained in:
Rahsheen Porter 2022-11-07 17:33:59 -05:00
parent 0f401d28e1
commit b1a7860fdd
5 changed files with 189 additions and 95 deletions

View file

@ -60,6 +60,8 @@ return require("packer").startup(function(use)
end,
})
use("tpope/vim-fugitive")
use({
"folke/trouble.nvim",
requires = "kyazdani42/nvim-web-devicons",
@ -72,6 +74,16 @@ return require("packer").startup(function(use)
end,
})
use({
"kylechui/nvim-surround",
tag = "*", -- Use for stability; omit to use `main` branch for the latest features
config = function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end,
})
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if packer_bootstrap then