at main 347 B view raw
1-- plugins that require no configuration 2vim.pack.add({ 3 "https://github.com/tpope/vim-fugitive", 4 "https://github.com/tpope/vim-eunuch", 5 "https://github.com/jessarcher/vim-heritage", 6 "https://github.com/windwp/nvim-autopairs", 7 "https://github.com/kylechui/nvim-surround", 8}) 9 10require("nvim-autopairs").setup() 11require("nvim-surround").setup()