add some plugins and keymaps

This commit is contained in:
Skux4life 2023-08-01 11:18:09 +10:00
parent 4bddb73128
commit af06f0ff9e
3 changed files with 102 additions and 34 deletions

View file

@ -2,4 +2,8 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
'tpope/vim-surround',
'szw/vim-maximizer',
'vim-scripts/ReplaceWithRegister',
}