@@ -371,6 +371,11 @@ _G.packer_plugins = {
371371 path = " /home/tjdevries/.local/share/nvim/site/pack/packer/opt/markdown-preview.nvim" ,
372372 url = " https://github.com/iamcco/markdown-preview.nvim"
373373 },
374+ neogen = {
375+ loaded = true ,
376+ path = " /home/tjdevries/.local/share/nvim/site/pack/packer/start/neogen" ,
377+ url = " https://github.com/danymat/neogen"
378+ },
374379 neogit = {
375380 loaded = true ,
376381 path = " /home/tjdevries/.local/share/nvim/site/pack/packer/start/neogit" ,
@@ -848,6 +853,10 @@ _G.packer_plugins = {
848853}
849854
850855time ([[ Defining packer_plugins]] , false )
856+ -- Config for: nvim-neoclip.lua
857+ time ([[ Config for nvim-neoclip.lua]] , true )
858+ try_loadstring (" \27 LJ\2 \n 5\0\0\3\0\3\0\006 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\0 B\0\1\1 K\0\1\0 \n setup\f neoclip\f require\0 " , " config" , " nvim-neoclip.lua" )
859+ time ([[ Config for nvim-neoclip.lua]] , false )
851860-- Config for: nvim-terminal.lua
852861time ([[ Config for nvim-terminal.lua]] , true )
853862try_loadstring (" \27 LJ\2 \n 6\0\0\3\0\3\0\006 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\0 B\0\1\1 K\0\1\0 \n setup\r terminal\f require\0 " , " config" , " nvim-terminal.lua" )
@@ -872,33 +881,29 @@ time([[Config for edit_alternate.vim]], false)
872881time ([[ Config for lsp_codelens_extensions.nvim]] , true )
873882try_loadstring (" \27 LJ\2 \n A\0\0\3\0\3\0\006 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\0 B\0\1\1 K\0\1\0 \n setup\24 codelens_extensions\f require\0 " , " config" , " lsp_codelens_extensions.nvim" )
874883time ([[ Config for lsp_codelens_extensions.nvim]] , false )
875- -- Config for: nvim-neoclip.lua
876- time ([[ Config for nvim-neoclip.lua]] , true )
877- try_loadstring (" \27 LJ\2 \n 5\0\0\3\0\3\0\006 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\0 B\0\1\1 K\0\1\0 \n setup\f neoclip\f require\0 " , " config" , " nvim-neoclip.lua" )
878- time ([[ Config for nvim-neoclip.lua]] , false )
879884
880885-- Command lazy-loads
881886time ([[ Defining lazy-load commands]] , true )
882- pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Trouble lua require("packer.load")({'lsp-trouble.nvim'}, { cmd = "Trouble", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
883887pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file SLoad lua require("packer.load")({'vim-startify'}, { cmd = "SLoad", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
884888pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file SSave lua require("packer.load")({'vim-startify'}, { cmd = "SSave", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
885- pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Tetris lua require("packer.load")({'nvim-tetris'}, { cmd = "Tetris", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
886- pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Vista lua require("packer.load")({'vista.vim'}, { cmd = "Vista", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
889+ pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file StartupTime lua require("packer.load")({'vim-startuptime'}, { cmd = "StartupTime", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
887890pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Time lua require("packer.load")({'vim-scriptease'}, { cmd = "Time", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
891+ pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Dispatch lua require("packer.load")({'vim-dispatch'}, { cmd = "Dispatch", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
892+ pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Vista lua require("packer.load")({'vista.vim'}, { cmd = "Vista", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
893+ pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Haunt lua require("packer.load")({'haunted.vim'}, { cmd = "Haunt", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
888894pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Verbose lua require("packer.load")({'vim-scriptease'}, { cmd = "Verbose", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
889- pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file StartupTime lua require("packer.load")({'vim-startuptime'}, { cmd = "StartupTime", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
895+ pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file NarrowRegion lua require("packer.load")({'NrrwRgn'}, { cmd = "NarrowRegion", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
896+ pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Trouble lua require("packer.load")({'lsp-trouble.nvim'}, { cmd = "Trouble", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
890897pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Messages lua require("packer.load")({'vim-scriptease'}, { cmd = "Messages", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
891898pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Make lua require("packer.load")({'vim-dispatch'}, { cmd = "Make", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
892- pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file NarrowRegion lua require("packer.load")({'NrrwRgn '}, { cmd = "NarrowRegion ", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
899+ pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Tetris lua require("packer.load")({'nvim-tetris '}, { cmd = "Tetris ", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
893900pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file NarrowWindow lua require("packer.load")({'NrrwRgn'}, { cmd = "NarrowWindow", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
894- pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Dispatch lua require("packer.load")({'vim-dispatch'}, { cmd = "Dispatch", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
895- pcall (vim .cmd , [[ command -nargs=* -range -bang -complete=file Haunt lua require("packer.load")({'haunted.vim'}, { cmd = "Haunt", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]] )
896901time ([[ Defining lazy-load commands]] , false )
897902
898903-- Keymap lazy-loads
899904time ([[ Defining lazy-load keymaps]] , true )
900- vim .cmd [[ noremap <silent> <Plug>(git-messenger) <cmd>lua require("packer.load")({'git-messenger.vim'}, { keys = "<lt>Plug>(git-messenger)", prefix = "" }, _G.packer_plugins)<cr>]]
901905vim .cmd [[ noremap <silent> gJ <cmd>lua require("packer.load")({'splitjoin.vim'}, { keys = "gJ", prefix = "" }, _G.packer_plugins)<cr>]]
906+ vim .cmd [[ noremap <silent> <Plug>(git-messenger) <cmd>lua require("packer.load")({'git-messenger.vim'}, { keys = "<lt>Plug>(git-messenger)", prefix = "" }, _G.packer_plugins)<cr>]]
902907vim .cmd [[ noremap <silent> gS <cmd>lua require("packer.load")({'splitjoin.vim'}, { keys = "gS", prefix = "" }, _G.packer_plugins)<cr>]]
903908time ([[ Defining lazy-load keymaps]] , false )
904909
@@ -907,24 +912,24 @@ vim.cmd [[au!]]
907912 -- Filetype lazy-loads
908913time ([[ Defining lazy-load filetype autocommands]] , true )
909914vim .cmd [[ au FileType html ++once lua require("packer.load")({'vim-prettier'}, { ft = "html" }, _G.packer_plugins)]]
910- vim .cmd [[ au FileType dart ++once lua require("packer.load")({'flutter-tools.nvim'}, { ft = "dart" }, _G.packer_plugins)]]
911- vim .cmd [[ au FileType zig ++once lua require("packer.load")({'zig.vim'}, { ft = "zig" }, _G.packer_plugins)]]
912- vim .cmd [[ au FileType flutter ++once lua require("packer.load")({'flutter-tools.nvim'}, { ft = "flutter" }, _G.packer_plugins)]]
913- vim .cmd [[ au FileType markdown ++once lua require("packer.load")({'markdown-preview.nvim'}, { ft = "markdown" }, _G.packer_plugins)]]
914915vim .cmd [[ au FileType json ++once lua require("packer.load")({'vim-json'}, { ft = "json" }, _G.packer_plugins)]]
915- vim .cmd [[ au FileType mscgen ++once lua require("packer.load")({'vim-mscgen'}, { ft = "mscgen" }, _G.packer_plugins)]]
916+ vim .cmd [[ au FileType markdown ++once lua require("packer.load")({'markdown-preview.nvim'}, { ft = "markdown" }, _G.packer_plugins)]]
917+ vim .cmd [[ au FileType zig ++once lua require("packer.load")({'zig.vim'}, { ft = "zig" }, _G.packer_plugins)]]
916918vim .cmd [[ au FileType typescript ++once lua require("packer.load")({'vim-prettier'}, { ft = "typescript" }, _G.packer_plugins)]]
919+ vim .cmd [[ au FileType dart ++once lua require("packer.load")({'flutter-tools.nvim'}, { ft = "dart" }, _G.packer_plugins)]]
920+ vim .cmd [[ au FileType mscgen ++once lua require("packer.load")({'vim-mscgen'}, { ft = "mscgen" }, _G.packer_plugins)]]
917921vim .cmd [[ au FileType javascript ++once lua require("packer.load")({'vim-prettier'}, { ft = "javascript" }, _G.packer_plugins)]]
922+ vim .cmd [[ au FileType flutter ++once lua require("packer.load")({'flutter-tools.nvim'}, { ft = "flutter" }, _G.packer_plugins)]]
918923vim .cmd [[ au FileType haskell ++once lua require("packer.load")({'haskell-vim'}, { ft = "haskell" }, _G.packer_plugins)]]
919924time ([[ Defining lazy-load filetype autocommands]] , false )
920925vim .cmd (" augroup END" )
921926vim .cmd [[ augroup filetypedetect]]
922- time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]] , true )
923- vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]]
924- time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]] , false )
925927time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]] , true )
926928vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]]
927929time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]] , false )
930+ time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]] , true )
931+ vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]]
932+ time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]] , false )
928933time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-mscgen/ftdetect/mscgen.vim]] , true )
929934vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-mscgen/ftdetect/mscgen.vim]]
930935time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-mscgen/ftdetect/mscgen.vim]] , false )
@@ -934,6 +939,9 @@ time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/
934939time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-mscgen/ftdetect/xu.vim]] , true )
935940vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-mscgen/ftdetect/xu.vim]]
936941time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-mscgen/ftdetect/xu.vim]] , false )
942+ time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]] , true )
943+ vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]]
944+ time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]] , false )
937945time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/css.vim]] , true )
938946vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/css.vim]]
939947time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/css.vim]] , false )
@@ -982,9 +990,6 @@ time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/
982990time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/yaml.vim]] , true )
983991vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/yaml.vim]]
984992time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/yaml.vim]] , false )
985- time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]] , true )
986- vim .cmd [[ source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]]
987- time ([[ Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]] , false )
988993vim .cmd (" augroup END" )
989994if should_profile then save_profiles () end
990995
0 commit comments