From 019a93697352f442edfbf7b12abcaa0ff4293cfd Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Wed, 29 Oct 2025 11:52:37 +0000 Subject: new and improved nvim config --- lua/config/plugins.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/config/plugins.lua (limited to 'lua/config/plugins.lua') 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() -- cgit v1.2.3