-- -- 00-plugin.lua -- -- * Installs third-party plugins. -- vim.pack.add({ "https://github.com/airblade/vim-gitgutter", "https://github.com/ibhagwan/fzf-lua", "https://github.com/jbyuki/one-small-step-for-vimkind", "https://github.com/maxmx03/solarized.nvim", "https://github.com/MeanderingProgrammer/render-markdown.nvim", "https://github.com/mfussenegger/nvim-dap", "https://github.com/neovim/nvim-lspconfig", "https://github.com/nvim-lualine/lualine.nvim", "https://github.com/nvim-tree/nvim-web-devicons", "https://github.com/nvim-treesitter/nvim-treesitter", "https://github.com/qadzek/link.vim", "https://github.com/tpope/vim-surround", "https://github.com/windwp/nvim-autopairs", })