More plugins

This commit is contained in:
Norm Rasmussen
2022-07-05 17:39:49 -04:00
parent 44a4c3f80f
commit f98d778ec7
8 changed files with 183 additions and 20 deletions

View File

@ -154,6 +154,11 @@ _G.packer_plugins = {
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/feline.nvim",
url = "https://github.com/feline-nvim/feline.nvim"
},
["follow-md-links.nvim"] = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/follow-md-links.nvim",
url = "https://github.com/jghauser/follow-md-links.nvim"
},
["gitsigns.nvim"] = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
@ -164,6 +169,11 @@ _G.packer_plugins = {
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/gloombuddy",
url = "https://github.com/bkegley/gloombuddy"
},
["headlines.nvim"] = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/headlines.nvim",
url = "https://github.com/lukas-reineke/headlines.nvim"
},
["indent-blankline.nvim"] = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/indent-blankline.nvim",
@ -174,6 +184,11 @@ _G.packer_plugins = {
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/marks.nvim",
url = "https://github.com/chentoast/marks.nvim"
},
mkdx = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/mkdx",
url = "https://github.com/SidOfc/mkdx"
},
["monokai.nvim"] = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/monokai.nvim",
@ -262,11 +277,6 @@ _G.packer_plugins = {
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/tokyonight.nvim",
url = "https://github.com/folke/tokyonight.nvim"
},
["vim-polyglot"] = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/vim-polyglot",
url = "https://github.com/sheerun/vim-polyglot"
},
["vim-prettier"] = {
loaded = true,
path = "/Users/normrasmussen/.local/share/nvim/site/pack/packer/start/vim-prettier",
@ -294,14 +304,14 @@ time([[Defining packer_plugins]], false)
time([[Config for nvim-autopairs]], true)
try_loadstring("\27LJ\2\n<\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\19nvim-autopairs\frequire\0", "config", "nvim-autopairs")
time([[Config for nvim-autopairs]], false)
-- Config for: telescope.nvim
time([[Config for telescope.nvim]], true)
try_loadstring("\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/telescope\frequire\0", "config", "telescope.nvim")
time([[Config for telescope.nvim]], false)
-- Config for: toggleterm.nvim
time([[Config for toggleterm.nvim]], true)
try_loadstring("\27LJ\2\nY\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\3\0B\0\2\1K\0\1\0\1\0\1\nshell\24/usr/bin/local/fish\nsetup\15toggleterm\frequire\0", "config", "toggleterm.nvim")
time([[Config for toggleterm.nvim]], false)
-- Config for: telescope.nvim
time([[Config for telescope.nvim]], true)
try_loadstring("\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/telescope\frequire\0", "config", "telescope.nvim")
time([[Config for telescope.nvim]], false)
if should_profile then save_profiles() end
end)