Adds snippets to nvim

This commit is contained in:
Michael Housh
2023-10-01 19:21:06 -04:00
parent e8772df72e
commit 19229a2b90
6 changed files with 25 additions and 13 deletions

View File

@@ -45,5 +45,9 @@ require("lazy").setup({
{ import = 'user.plugin.toggleterm' },
{ import = 'user.plugin.which-key' },
{ import = 'user.plugin.wrapping' },
{
"folke/zen-mode.nvim",
opts = { }
},
})