diff options
Diffstat (limited to 'lua/config/plugins.lua')
| -rw-r--r-- | lua/config/plugins.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua new file mode 100644 index 0000000..7d3ebda --- /dev/null +++ b/lua/config/plugins.lua @@ -0,0 +1,11 @@ +-- plugins that require no configuration +vim.pack.add({ + "https://github.com/tpope/vim-fugitive", + "https://github.com/tpope/vim-eunuch", + "https://github.com/jessarcher/vim-heritage", + "https://github.com/windwp/nvim-autopairs", + "https://github.com/kylechui/nvim-surround", +}) + +require("nvim-autopairs").setup() +require("nvim-surround").setup() |
