chore: fix some minor things
This commit is contained in:
parent
ec41b649e9
commit
5519d9b271
3 changed files with 12 additions and 1 deletions
|
@ -35,6 +35,7 @@ lazy.setup({
|
|||
--Change add and remove surroundings from words
|
||||
'tpope/vim-surround',
|
||||
'tpope/vim-obsession',
|
||||
'tpope/vim-fugitive',
|
||||
|
||||
--Tmux navigation
|
||||
{
|
||||
|
@ -57,7 +58,10 @@ lazy.setup({
|
|||
{
|
||||
'windwp/nvim-autopairs',
|
||||
config = function()
|
||||
require('nvim-autopairs').setup {}
|
||||
require('nvim-autopairs').setup ({
|
||||
map_cr = true,
|
||||
map_bs = true,
|
||||
})
|
||||
end
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue