Skip to content

Commit

Permalink
feat(neovim): added vim-maximizer and vim-surround
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 3, 2024
1 parent fda76a9 commit 12e4dd5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/neovim/files/lua/custom/plugins/editor/surround.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"kylechui/nvim-surround",
event = { "BufReadPre", "BufNewFile" },
version = "*",
config = true,
}
10 changes: 10 additions & 0 deletions roles/neovim/files/lua/custom/plugins/editor/vim-maximizer.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return {
"szw/vim-maximizer",
keys = {
{
"<leader>sm",
"<cmd>MaximizerToggle<CR>",
desc = "[s]plit toggle [m]aximizer",
},
},
}

0 comments on commit 12e4dd5

Please sign in to comment.