added keybindings
This commit is contained in:
parent
0f401d28e1
commit
b1a7860fdd
5 changed files with 189 additions and 95 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue