Skip to content

Commit bbbaeb1

Browse files
committed
updates
1 parent 1b7d2f6 commit bbbaeb1

3 files changed

Lines changed: 50 additions & 57 deletions

File tree

xdg_config/nvim/after/plugin/treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ local swap_next, swap_prev = (function()
5252
end)()
5353

5454
local _ = require("nvim-treesitter.configs").setup {
55-
ensure_installed = { "go", "rust", "toml", "query", "html", "typescript", "tsx" },
55+
ensure_installed = { "go", "rust", "toml", "query", "html", "typescript", "tsx", "markdown" },
5656

5757
highlight = {
5858
enable = true,

xdg_config/nvim/lua/tj/plugins.lua

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ local is_wsl = (function()
1414
return not not string.find(output[1] or "", "WSL")
1515
end)()
1616

17+
-- require('packer.luarocks').cfg({ luarocks =
18+
1719
return require("packer").startup {
1820
function(use)
1921
local local_use = function(first, second, opts)
@@ -152,7 +154,7 @@ return require("packer").startup {
152154
local_use "sg.nvim"
153155
local_use "green_light.nvim"
154156

155-
use "tami5/sql.nvim"
157+
use { "tami5/sql.nvim", rocks = { "sqlite", "luv" } }
156158
use "nvim-telescope/telescope-frecency.nvim"
157159
use "nvim-telescope/telescope-cheat.nvim"
158160
use { "nvim-telescope/telescope-arecibo.nvim", rocks = { "openssl", "lua-http-parser" } }
@@ -587,13 +589,19 @@ return require("packer").startup {
587589
-- local_use 'wander.nvim'
588590
-- local_use 'riki.nvim'
589591

590-
use { "Vhyrro/neorg", branch = "unstable" }
592+
use {
593+
"Vhyrro/neorg",
594+
-- branch = "unstable"
595+
}
591596

592597
-- pretty sure I'm done w/ these
593598
-- local_use 'vlog.nvim'
594599
end,
595600

596601
config = {
602+
luarocks = {
603+
python_cmd = "python3",
604+
},
597605
display = {
598606
-- open_fn = require('packer.util').float,
599607
},

xdg_config/nvim/plugin/packer_compiled.lua

Lines changed: 39 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757
time([[Luarocks path setup]], false)
5858
time([[try_loadstring definition]], true)
5959
local function try_loadstring(s, component, name)
60-
local success, result = pcall(loadstring(s))
60+
local success, result = pcall(loadstring(s), name, _G.packer_plugins[name])
6161
if not success then
6262
vim.schedule(function()
6363
vim.api.nvim_notify('packer.nvim: Error running ' .. component .. ' for ' .. name .. ': ' .. result, vim.log.levels.ERROR, {})
@@ -115,7 +115,7 @@ _G.packer_plugins = {
115115
["astronauta.nvim"] = {
116116
loaded = true,
117117
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/astronauta.nvim",
118-
url = "/home/tjdevries/plugins/astronauta.nvim"
118+
url = "https://github.com/tjdevries/astronauta.nvim"
119119
},
120120
["bandaid.nvim"] = {
121121
loaded = true,
@@ -197,11 +197,6 @@ _G.packer_plugins = {
197197
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/cyclist.vim",
198198
url = "https://github.com/tjdevries/cyclist.vim"
199199
},
200-
["denops.vim"] = {
201-
loaded = true,
202-
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/denops.vim",
203-
url = "https://github.com/vim-denops/denops.vim"
204-
},
205200
["dial.nvim"] = {
206201
loaded = true,
207202
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/dial.nvim",
@@ -279,11 +274,6 @@ _G.packer_plugins = {
279274
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/gruvbuddy.nvim",
280275
url = "/home/tjdevries/plugins/gruvbuddy.nvim"
281276
},
282-
["guise.vim"] = {
283-
loaded = true,
284-
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/guise.vim",
285-
url = "https://github.com/lambdalisue/guise.vim"
286-
},
287277
["gundo.vim"] = {
288278
loaded = true,
289279
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/gundo.vim",
@@ -317,18 +307,13 @@ _G.packer_plugins = {
317307
["lazy.nvim"] = {
318308
loaded = true,
319309
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/lazy.nvim",
320-
url = "/home/tjdevries/plugins/lazy.nvim"
310+
url = "https://github.com/tjdevries/lazy.nvim"
321311
},
322312
["lir-git-status.nvim"] = {
323313
loaded = true,
324314
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/lir-git-status.nvim",
325315
url = "https://github.com/tamago324/lir-git-status.nvim"
326316
},
327-
["lir-mmv.nvim"] = {
328-
loaded = true,
329-
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/lir-mmv.nvim",
330-
url = "https://github.com/tamago324/lir-mmv.nvim"
331-
},
332317
["lir.nvim"] = {
333318
loaded = true,
334319
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/lir.nvim",
@@ -341,7 +326,7 @@ _G.packer_plugins = {
341326
},
342327
["lsp-trouble.nvim"] = {
343328
commands = { "LspTrouble" },
344-
config = { "\27LJ\2\nU\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\2\17auto_preview\1\14auto_fold\2\nsetup\ftrouble\frequire\0" },
329+
config = { "\27LJ\2\nU\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\2\14auto_fold\2\17auto_preview\1\nsetup\ftrouble\frequire\0" },
345330
loaded = false,
346331
needs_bufread = false,
347332
only_cond = false,
@@ -357,7 +342,7 @@ _G.packer_plugins = {
357342
["lsp_extensions.nvim"] = {
358343
loaded = true,
359344
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/lsp_extensions.nvim",
360-
url = "/home/tjdevries/plugins/lsp_extensions.nvim"
345+
url = "https://github.com/tjdevries/lsp_extensions.nvim"
361346
},
362347
["lspkind-nvim"] = {
363348
loaded = true,
@@ -540,7 +525,7 @@ _G.packer_plugins = {
540525
["refactoring.nvim"] = {
541526
loaded = true,
542527
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/refactoring.nvim",
543-
url = "/home/tjdevries/plugins/refactoring.nvim"
528+
url = "https://github.com/ThePrimeagen/refactoring.nvim"
544529
},
545530
["rofl.nvim"] = {
546531
loaded = true,
@@ -653,7 +638,7 @@ _G.packer_plugins = {
653638
["telescope-rs.nvim"] = {
654639
loaded = true,
655640
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/telescope-rs.nvim",
656-
url = "/home/tjdevries/plugins/telescope-rs.nvim"
641+
url = "https://github.com/nvim-telescope/telescope-rs.nvim"
657642
},
658643
["telescope-smart-history.nvim"] = {
659644
loaded = true,
@@ -833,7 +818,7 @@ _G.packer_plugins = {
833818
["vimterface.nvim"] = {
834819
loaded = true,
835820
path = "/home/tjdevries/.local/share/nvim/site/pack/packer/start/vimterface.nvim",
836-
url = "/home/tjdevries/plugins/vimterface.nvim"
821+
url = "https://github.com/tjdevries/vimterface.nvim"
837822
},
838823
["vista.vim"] = {
839824
commands = { "Vista" },
@@ -858,80 +843,83 @@ _G.packer_plugins = {
858843
}
859844

860845
time([[Defining packer_plugins]], false)
846+
-- Config for: git-worktree.nvim
847+
time([[Config for git-worktree.nvim]], true)
848+
try_loadstring("\27LJ\2\n>\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\17git-worktree\frequire\0", "config", "git-worktree.nvim")
849+
time([[Config for git-worktree.nvim]], false)
861850
-- Config for: edit_alternate.vim
862851
time([[Config for edit_alternate.vim]], true)
863852
try_loadstring("\27LJ\2\n}\0\1\6\0\6\0\20\18\3\0\0009\1\0\0'\4\1\0B\1\3\2\15\0\1\0X\2\a\18\3\0\0009\1\2\0'\4\3\0'\5\4\0B\1\4\2L\1\2\0X\1\6\18\3\0\0009\1\2\0'\4\5\0'\5\1\0B\1\4\2L\1\2\0K\0\1\0\t%.go\b.go\14_test%.go\tgsub\r_test.go\tfind©\1\1\0\6\0\v\0\0156\0\0\0009\0\1\0009\0\2\0'\2\3\0003\3\4\0B\0\3\0016\0\0\0009\0\5\0009\0\6\0'\2\a\0'\3\b\0'\4\t\0005\5\n\0B\0\5\1K\0\1\0\1\0\1\vsilent\2\27<cmd>EditAlternate<CR>\15<leader>ea\6n\20nvim_set_keymap\bapi\0\ago\28edit_alternate#rule#add\afn\bvim\0", "config", "edit_alternate.vim")
864853
time([[Config for edit_alternate.vim]], false)
865-
-- Config for: lsp_codelens_extensions.nvim
866-
time([[Config for lsp_codelens_extensions.nvim]], true)
867-
try_loadstring("\27LJ\2\nA\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\24codelens_extensions\frequire\0", "config", "lsp_codelens_extensions.nvim")
868-
time([[Config for lsp_codelens_extensions.nvim]], false)
869-
-- Config for: nvim-ts-hint-textobject
870-
time([[Config for nvim-ts-hint-textobject]], true)
871-
try_loadstring("\27LJ\2\n¢\1\0\0\3\0\4\0\t6\0\0\0009\0\1\0'\2\2\0B\0\2\0016\0\0\0009\0\1\0'\2\3\0B\0\2\1K\0\1\0009vnoremap <silent> m :lua require('tsht').nodes()<CR>>omap <silent> m :<C-U>lua require('tsht').nodes()<CR>\bcmd\bvim\0", "config", "nvim-ts-hint-textobject")
872-
time([[Config for nvim-ts-hint-textobject]], false)
873854
-- Config for: nvim-terminal.lua
874855
time([[Config for nvim-terminal.lua]], true)
875856
try_loadstring("\27LJ\2\n6\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\rterminal\frequire\0", "config", "nvim-terminal.lua")
876857
time([[Config for nvim-terminal.lua]], false)
877-
-- Config for: git-worktree.nvim
878-
time([[Config for git-worktree.nvim]], true)
879-
try_loadstring("\27LJ\2\n>\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\17git-worktree\frequire\0", "config", "git-worktree.nvim")
880-
time([[Config for git-worktree.nvim]], false)
881-
-- Config for: nvim-neoclip.lua
882-
time([[Config for nvim-neoclip.lua]], true)
883-
try_loadstring("\27LJ\2\n5\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\fneoclip\frequire\0", "config", "nvim-neoclip.lua")
884-
time([[Config for nvim-neoclip.lua]], false)
885858
-- Config for: vim-inyoface
886859
time([[Config for vim-inyoface]], true)
887860
try_loadstring("\27LJ\2\nh\0\0\6\0\6\0\t6\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\4\0'\4\5\0004\5\0\0B\0\5\1K\0\1\0\28<Plug>(InYoFace_Toggle)\15<leader>cc\6n\20nvim_set_keymap\bapi\bvim\0", "config", "vim-inyoface")
888861
time([[Config for vim-inyoface]], false)
862+
-- Config for: nvim-ts-hint-textobject
863+
time([[Config for nvim-ts-hint-textobject]], true)
864+
try_loadstring("\27LJ\2\n¢\1\0\0\3\0\4\0\t6\0\0\0009\0\1\0'\2\2\0B\0\2\0016\0\0\0009\0\1\0'\2\3\0B\0\2\1K\0\1\0009vnoremap <silent> m :lua require('tsht').nodes()<CR>>omap <silent> m :<C-U>lua require('tsht').nodes()<CR>\bcmd\bvim\0", "config", "nvim-ts-hint-textobject")
865+
time([[Config for nvim-ts-hint-textobject]], false)
866+
-- Config for: nvim-neoclip.lua
867+
time([[Config for nvim-neoclip.lua]], true)
868+
try_loadstring("\27LJ\2\n5\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\fneoclip\frequire\0", "config", "nvim-neoclip.lua")
869+
time([[Config for nvim-neoclip.lua]], false)
870+
-- Config for: lsp_codelens_extensions.nvim
871+
time([[Config for lsp_codelens_extensions.nvim]], true)
872+
try_loadstring("\27LJ\2\nA\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\24codelens_extensions\frequire\0", "config", "lsp_codelens_extensions.nvim")
873+
time([[Config for lsp_codelens_extensions.nvim]], false)
889874

890875
-- Command lazy-loads
891876
time([[Defining lazy-load commands]], true)
892877
pcall(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)]])
893878
pcall(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)]])
894-
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)]])
895-
pcall(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)]])
879+
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file LspTrouble lua require("packer.load")({'lsp-trouble.nvim'}, { cmd = "LspTrouble", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
880+
pcall(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)]])
896881
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)]])
897-
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)]])
882+
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)]])
898883
pcall(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)]])
899-
pcall(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)]])
884+
pcall(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)]])
900885
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)]])
901-
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)]])
902-
pcall(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)]])
903-
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file LspTrouble lua require("packer.load")({'lsp-trouble.nvim'}, { cmd = "LspTrouble", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
904886
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)]])
887+
pcall(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)]])
888+
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)]])
889+
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)]])
905890
pcall(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)]])
906891
time([[Defining lazy-load commands]], false)
907892

908893
-- Keymap lazy-loads
909894
time([[Defining lazy-load keymaps]], true)
910-
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>]]
911895
vim.cmd [[noremap <silent> gJ <cmd>lua require("packer.load")({'splitjoin.vim'}, { keys = "gJ", prefix = "" }, _G.packer_plugins)<cr>]]
896+
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>]]
912897
vim.cmd [[noremap <silent> gS <cmd>lua require("packer.load")({'splitjoin.vim'}, { keys = "gS", prefix = "" }, _G.packer_plugins)<cr>]]
913898
time([[Defining lazy-load keymaps]], false)
914899

915900
vim.cmd [[augroup packer_load_aucmds]]
916901
vim.cmd [[au!]]
917902
-- Filetype lazy-loads
918903
time([[Defining lazy-load filetype autocommands]], true)
904+
vim.cmd [[au FileType markdown ++once lua require("packer.load")({'markdown-preview.nvim'}, { ft = "markdown" }, _G.packer_plugins)]]
919905
vim.cmd [[au FileType typescript ++once lua require("packer.load")({'vim-prettier'}, { ft = "typescript" }, _G.packer_plugins)]]
920906
vim.cmd [[au FileType dart ++once lua require("packer.load")({'flutter-tools.nvim'}, { ft = "dart" }, _G.packer_plugins)]]
921-
vim.cmd [[au FileType flutter ++once lua require("packer.load")({'flutter-tools.nvim'}, { ft = "flutter" }, _G.packer_plugins)]]
922-
vim.cmd [[au FileType mscgen ++once lua require("packer.load")({'vim-mscgen'}, { ft = "mscgen" }, _G.packer_plugins)]]
923-
vim.cmd [[au FileType markdown ++once lua require("packer.load")({'markdown-preview.nvim'}, { ft = "markdown" }, _G.packer_plugins)]]
924907
vim.cmd [[au FileType json ++once lua require("packer.load")({'vim-json'}, { ft = "json" }, _G.packer_plugins)]]
925908
vim.cmd [[au FileType zig ++once lua require("packer.load")({'zig.vim'}, { ft = "zig" }, _G.packer_plugins)]]
926909
vim.cmd [[au FileType haskell ++once lua require("packer.load")({'haskell-vim'}, { ft = "haskell" }, _G.packer_plugins)]]
927-
vim.cmd [[au FileType javascript ++once lua require("packer.load")({'vim-prettier'}, { ft = "javascript" }, _G.packer_plugins)]]
910+
vim.cmd [[au FileType mscgen ++once lua require("packer.load")({'vim-mscgen'}, { ft = "mscgen" }, _G.packer_plugins)]]
911+
vim.cmd [[au FileType flutter ++once lua require("packer.load")({'flutter-tools.nvim'}, { ft = "flutter" }, _G.packer_plugins)]]
928912
vim.cmd [[au FileType html ++once lua require("packer.load")({'vim-prettier'}, { ft = "html" }, _G.packer_plugins)]]
913+
vim.cmd [[au FileType javascript ++once lua require("packer.load")({'vim-prettier'}, { ft = "javascript" }, _G.packer_plugins)]]
929914
time([[Defining lazy-load filetype autocommands]], false)
930915
vim.cmd("augroup END")
931916
vim.cmd [[augroup filetypedetect]]
932917
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]], true)
933918
vim.cmd [[source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]]
934919
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/haskell-vim/ftdetect/haskell.vim]], false)
920+
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]], true)
921+
vim.cmd [[source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]]
922+
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]], false)
935923
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]], true)
936924
vim.cmd [[source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]]
937925
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-json/ftdetect/json.vim]], false)
@@ -992,9 +980,6 @@ time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/
992980
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/yaml.vim]], true)
993981
vim.cmd [[source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/yaml.vim]]
994982
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/vim-prettier/ftdetect/yaml.vim]], false)
995-
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]], true)
996-
vim.cmd [[source /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]]
997-
time([[Sourcing ftdetect script at: /home/tjdevries/.local/share/nvim/site/pack/packer/opt/zig.vim/ftdetect/zig.vim]], false)
998983
vim.cmd("augroup END")
999984
if should_profile then save_profiles() end
1000985

0 commit comments

Comments
 (0)