From 65df9c000b04ed8b77fa40d72449d20788ea4136 Mon Sep 17 00:00:00 2001 From: juan Date: Sat, 18 Sep 2021 08:55:36 +0800 Subject: [PATCH] Add coq 3rd party for nvim-lua, sheel repl & more --- lua/pluginList.lua | 12 ++ plugin/packer_compiled.lua | 326 ------------------------------------- 2 files changed, 12 insertions(+), 326 deletions(-) delete mode 100644 plugin/packer_compiled.lua diff --git a/lua/pluginList.lua b/lua/pluginList.lua index a4b1e62..bb524d8 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -63,6 +63,18 @@ return require('packer').startup(function(use) after = 'coq_nvim', branch = 'artifacts' } + use { + 'ms-jpq/coq.thirdparty', + branch = '3p', + after = 'coq_nvim', + config = function() + require("coq_3p") { + {src = "nvimlua", short_name = "nLUA"}, {src = "repl"}, + {src = "figlet", short_name = "BIG"}, {src = "cow"} + } + + end + } -- formating and editing use {"sbdchd/neoformat", cmd = "Neoformat"} diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua deleted file mode 100644 index 4267205..0000000 --- a/plugin/packer_compiled.lua +++ /dev/null @@ -1,326 +0,0 @@ --- Automatically generated packer.nvim plugin loader code - -if vim.api.nvim_call_function('has', {'nvim-0.5'}) ~= 1 then - vim.api.nvim_command('echohl WarningMsg | echom "Invalid Neovim version for packer.nvim! | echohl None"') - return -end - -vim.api.nvim_command('packadd packer.nvim') - -local no_errors, error_msg = pcall(function() - - local time - local profile_info - local should_profile = false - if should_profile then - local hrtime = vim.loop.hrtime - profile_info = {} - time = function(chunk, start) - if start then - profile_info[chunk] = hrtime() - else - profile_info[chunk] = (hrtime() - profile_info[chunk]) / 1e6 - end - end - else - time = function(chunk, start) end - end - -local function save_profiles(threshold) - local sorted_times = {} - for chunk_name, time_taken in pairs(profile_info) do - sorted_times[#sorted_times + 1] = {chunk_name, time_taken} - end - table.sort(sorted_times, function(a, b) return a[2] > b[2] end) - local results = {} - for i, elem in ipairs(sorted_times) do - if not threshold or threshold and elem[2] > threshold then - results[i] = elem[1] .. ' took ' .. elem[2] .. 'ms' - end - end - - _G._packer = _G._packer or {} - _G._packer.profile_output = results -end - -time([[Luarocks path setup]], true) -local package_path_str = "/home/juan/.cache/nvim/packer_hererocks/2.0.5/share/lua/5.1/?.lua;/home/juan/.cache/nvim/packer_hererocks/2.0.5/share/lua/5.1/?/init.lua;/home/juan/.cache/nvim/packer_hererocks/2.0.5/lib/luarocks/rocks-5.1/?.lua;/home/juan/.cache/nvim/packer_hererocks/2.0.5/lib/luarocks/rocks-5.1/?/init.lua" -local install_cpath_pattern = "/home/juan/.cache/nvim/packer_hererocks/2.0.5/lib/lua/5.1/?.so" -if not string.find(package.path, package_path_str, 1, true) then - package.path = package.path .. ';' .. package_path_str -end - -if not string.find(package.cpath, install_cpath_pattern, 1, true) then - package.cpath = package.cpath .. ';' .. install_cpath_pattern -end - -time([[Luarocks path setup]], false) -time([[try_loadstring definition]], true) -local function try_loadstring(s, component, name) - local success, result = pcall(loadstring(s)) - if not success then - vim.schedule(function() - vim.api.nvim_notify('packer.nvim: Error running ' .. component .. ' for ' .. name .. ': ' .. result, vim.log.levels.ERROR, {}) - end) - end - return result -end - -time([[try_loadstring definition]], false) -time([[Defining packer_plugins]], true) -_G.packer_plugins = { - ["cmd-parser.nvim"] = { - loaded = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/start/cmd-parser.nvim" - }, - ["coq.artifacts"] = { - load_after = { - coq_nvim = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/coq.artifacts" - }, - coq_nvim = { - after = { "nvim-autopairs", "nvim-lspconfig", "coq.artifacts" }, - config = { "\27LJ\1\2+\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\16plugins.coq\frequire\0" }, - loaded = false, - needs_bufread = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/coq_nvim" - }, - ["emmet-vim"] = { - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/emmet-vim" - }, - ["gitsigns.nvim"] = { - config = { "\27LJ\1\0026\0\0\2\0\3\0\0064\0\0\0%\1\1\0>\0\2\0027\0\2\0>\0\1\1G\0\1\0\nsetup\rgitsigns\frequire\0" }, - loaded = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/start/gitsigns.nvim" - }, - hop = { - config = { "\27LJ\1\2U\0\0\2\0\4\0\a4\0\0\0%\1\1\0>\0\2\0027\0\2\0003\1\3\0>\0\2\1G\0\1\0\1\0\1\tkeys\28etovxqpdygfblzhckisuran\nsetup\bhop\frequire\0" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/hop" - }, - ["indent-blankline.nvim"] = { - config = { "\27LJ\1\0028\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\29plugins.indent-blankline\frequire\0" }, - load_after = { - ["nvim-base16"] = true, - ["nvim-treesitter"] = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/indent-blankline.nvim" - }, - ["lualine.nvim"] = { - config = { "\27LJ\1\0022\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\23plugins.statusline\frequire\0" }, - load_after = { - ["nvim-web-devicons"] = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/lualine.nvim" - }, - neoformat = { - commands = { "Neoformat" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/neoformat" - }, - ["nvim-autopairs"] = { - config = { "\27LJ\1\0026\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\27plugins.nvim-autopairs\frequire\0" }, - load_after = { - coq_nvim = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-autopairs" - }, - ["nvim-base16"] = { - after = { "indent-blankline.nvim" }, - config = { "\27LJ\1\2.\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\19plugins.base16\frequire\0" }, - load_after = { - ["packer.nvim"] = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-base16" - }, - ["nvim-colorizer.lua"] = { - config = { "\27LJ\1\0027\0\0\2\0\3\0\0064\0\0\0%\1\1\0>\0\2\0027\0\2\0>\0\1\1G\0\1\0\nsetup\14colorizer\frequire\0" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-colorizer.lua" - }, - ["nvim-comment"] = { - commands = { "CommentToggle" }, - config = { "\27LJ\1\2:\0\0\2\0\3\0\0064\0\0\0%\1\1\0>\0\2\0027\0\2\0>\0\1\1G\0\1\0\nsetup\17nvim_comment\frequire\0" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-comment" - }, - ["nvim-lspconfig"] = { - after = { "nvim-lspinstall" }, - load_after = { - coq_nvim = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-lspconfig" - }, - ["nvim-lspinstall"] = { - config = { "\27LJ\1\0022\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\23plugins.lspinstall\frequire\0" }, - load_after = { - ["nvim-lspconfig"] = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-lspinstall" - }, - ["nvim-tree.lua"] = { - commands = { "NvimTreeToggle" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-tree.lua" - }, - ["nvim-treesitter"] = { - after = { "indent-blankline.nvim", "vim-matchup", "nvim-ts-rainbow", "spellsitter.nvim" }, - config = { "\27LJ\1\0022\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\23plugins.treesitter\frequire\0" }, - loaded = false, - needs_bufread = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-treesitter" - }, - ["nvim-ts-rainbow"] = { - config = { "\27LJ\1\0027\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\28plugins.nvim-ts-rainbow\frequire\0" }, - load_after = { - ["nvim-treesitter"] = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-ts-rainbow" - }, - ["nvim-web-devicons"] = { - after = { "lualine.nvim" }, - load_after = { - ["packer.nvim"] = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/nvim-web-devicons" - }, - ["packer.nvim"] = { - after = { "nvim-web-devicons", "nvim-base16" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/packer.nvim" - }, - ["plenary.nvim"] = { - loaded = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/start/plenary.nvim" - }, - ["range-highlight.nvim"] = { - config = { "\27LJ\1\2A\0\0\2\0\3\0\a4\0\0\0%\1\1\0>\0\2\0027\0\2\0002\1\0\0>\0\2\1G\0\1\0\nsetup\20range-highlight\frequire\0" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/range-highlight.nvim" - }, - ["shade.nvim"] = { - config = { "\27LJ\1\2-\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\18plugins.shade\frequire\0" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/shade.nvim" - }, - sniprun = { - commands = { "SnipRun" }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/sniprun" - }, - ["spellsitter.nvim"] = { - config = { "\27LJ\1\0029\0\0\2\0\3\0\0064\0\0\0%\1\1\0>\0\2\0027\0\2\0>\0\1\1G\0\1\0\nsetup\16spellsitter\frequire\0" }, - load_after = { - ["nvim-treesitter"] = true - }, - loaded = false, - needs_bufread = false, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/spellsitter.nvim" - }, - ["telescope.nvim"] = { - commands = { "Telescope" }, - loaded = false, - needs_bufread = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/telescope.nvim" - }, - ["vim-fugitive"] = { - commands = { "G" }, - loaded = false, - needs_bufread = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/vim-fugitive" - }, - ["vim-matchup"] = { - after_files = { "/home/juan/.local/share/nvim/site/pack/packer/opt/vim-matchup/after/plugin/matchit.vim" }, - config = { "\27LJ\1\2/\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\20plugins.matchup\frequire\0" }, - load_after = { - ["nvim-treesitter"] = true - }, - loaded = false, - needs_bufread = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/vim-matchup" - }, - ["vim-sandwich"] = { - loaded = false, - needs_bufread = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/vim-sandwich" - }, - vimwiki = { - commands = { "VimwikiIndex" }, - loaded = false, - needs_bufread = true, - path = "/home/juan/.local/share/nvim/site/pack/packer/opt/vimwiki" - } -} - -time([[Defining packer_plugins]], false) --- Setup for: emmet-vim -time([[Setup for emmet-vim]], true) -try_loadstring("\27LJ\1\2-\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\18plugins.emmet\frequire\0", "setup", "emmet-vim") -time([[Setup for emmet-vim]], false) --- Setup for: vimwiki -time([[Setup for vimwiki]], true) -try_loadstring("\27LJ\1\2/\0\0\2\0\2\0\0044\0\0\0%\1\1\0>\0\2\1G\0\1\0\20plugins.vimwiki\frequire\0", "setup", "vimwiki") -time([[Setup for vimwiki]], false) --- Config for: gitsigns.nvim -time([[Config for gitsigns.nvim]], true) -try_loadstring("\27LJ\1\0026\0\0\2\0\3\0\0064\0\0\0%\1\1\0>\0\2\0027\0\2\0>\0\1\1G\0\1\0\nsetup\rgitsigns\frequire\0", "config", "gitsigns.nvim") -time([[Config for gitsigns.nvim]], false) - --- Command lazy-loads -time([[Defining lazy-load commands]], true) -pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file Neoformat lua require("packer.load")({'neoformat'}, { cmd = "Neoformat", l1 = , l2 = , bang = , args = }, _G.packer_plugins)]]) -pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file Telescope lua require("packer.load")({'telescope.nvim'}, { cmd = "Telescope", l1 = , l2 = , bang = , args = }, _G.packer_plugins)]]) -pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file NvimTreeToggle lua require("packer.load")({'nvim-tree.lua'}, { cmd = "NvimTreeToggle", l1 = , l2 = , bang = , args = }, _G.packer_plugins)]]) -pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file SnipRun lua require("packer.load")({'sniprun'}, { cmd = "SnipRun", l1 = , l2 = , bang = , args = }, _G.packer_plugins)]]) -pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file VimwikiIndex lua require("packer.load")({'vimwiki'}, { cmd = "VimwikiIndex", l1 = , l2 = , bang = , args = }, _G.packer_plugins)]]) -pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file CommentToggle lua require("packer.load")({'nvim-comment'}, { cmd = "CommentToggle", l1 = , l2 = , bang = , args = }, _G.packer_plugins)]]) -pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file G lua require("packer.load")({'vim-fugitive'}, { cmd = "G", l1 = , l2 = , bang = , args = }, _G.packer_plugins)]]) -time([[Defining lazy-load commands]], false) - -vim.cmd [[augroup packer_load_aucmds]] -vim.cmd [[au!]] - -- Event lazy-loads -time([[Defining lazy-load event autocommands]], true) -vim.cmd [[au BufEnter * ++once lua require("packer.load")({'coq_nvim'}, { event = "BufEnter *" }, _G.packer_plugins)]] -vim.cmd [[au FileType html,css ++once lua require("packer.load")({'emmet-vim'}, { event = "FileType html,css" }, _G.packer_plugins)]] -vim.cmd [[au VimEnter * ++once lua require("packer.load")({'nvim-treesitter', 'packer.nvim', 'shade.nvim'}, { event = "VimEnter *" }, _G.packer_plugins)]] -vim.cmd [[au BufRead * ++once lua require("packer.load")({'vim-sandwich', 'nvim-colorizer.lua', 'range-highlight.nvim', 'hop'}, { event = "BufRead *" }, _G.packer_plugins)]] -time([[Defining lazy-load event autocommands]], false) -vim.cmd("augroup END") -if should_profile then save_profiles() end - -end) - -if not no_errors then - vim.api.nvim_command('echohl ErrorMsg | echom "Error in packer_compiled: '..error_msg..'" | echom "Please check your config for correctness" | echohl None') -end