diff options
Diffstat (limited to '.config/nvim/plugin/packer_compiled.lua')
| -rw-r--r-- | .config/nvim/plugin/packer_compiled.lua | 122 |
1 files changed, 106 insertions, 16 deletions
diff --git a/.config/nvim/plugin/packer_compiled.lua b/.config/nvim/plugin/packer_compiled.lua index e2d44c3..bb71ff2 100644 --- a/.config/nvim/plugin/packer_compiled.lua +++ b/.config/nvim/plugin/packer_compiled.lua @@ -49,8 +49,8 @@ local function save_profiles(threshold) end time([[Luarocks path setup]], true) -local package_path_str = "/home/xswan/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/home/xswan/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/home/xswan/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/home/xswan/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua" -local install_cpath_pattern = "/home/xswan/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/?.so" +local package_path_str = "/home/xswan/.cache/nvim/packer_hererocks/2.1.1692616192/share/lua/5.1/?.lua;/home/xswan/.cache/nvim/packer_hererocks/2.1.1692616192/share/lua/5.1/?/init.lua;/home/xswan/.cache/nvim/packer_hererocks/2.1.1692616192/lib/luarocks/rocks-5.1/?.lua;/home/xswan/.cache/nvim/packer_hererocks/2.1.1692616192/lib/luarocks/rocks-5.1/?/init.lua" +local install_cpath_pattern = "/home/xswan/.cache/nvim/packer_hererocks/2.1.1692616192/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 @@ -74,31 +74,97 @@ end time([[try_loadstring definition]], false) time([[Defining packer_plugins]], true) _G.packer_plugins = { + ["Comment.nvim"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/Comment.nvim", + url = "https://github.com/numToStr/Comment.nvim" + }, + LuaSnip = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/LuaSnip", + url = "https://github.com/L3MON4D3/LuaSnip" + }, ["beacon.nvim"] = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/beacon.nvim", url = "https://github.com/DanilaMihailov/beacon.nvim" }, - ["gv.vim"] = { + catppuccin = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/catppuccin", + url = "https://github.com/catppuccin/nvim" + }, + ["cmp-buffer"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/cmp-buffer", + url = "https://github.com/hrsh7th/cmp-buffer" + }, + ["cmp-nvim-lsp"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp", + url = "https://github.com/hrsh7th/cmp-nvim-lsp" + }, + ["cmp-nvim-lua"] = { loaded = true, - path = "/home/xswan/.local/share/nvim/site/pack/packer/start/gv.vim", - url = "https://github.com/junegunn/gv.vim" + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/cmp-nvim-lua", + url = "https://github.com/hrsh7th/cmp-nvim-lua" + }, + ["cmp-path"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/cmp-path", + url = "https://github.com/hrsh7th/cmp-path" + }, + cmp_luasnip = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/cmp_luasnip", + url = "https://github.com/saadparwaiz1/cmp_luasnip" + }, + ["friendly-snippets"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/friendly-snippets", + url = "https://github.com/rafamadriz/friendly-snippets" }, indentLine = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/indentLine", url = "https://github.com/Yggdroot/indentLine" }, + ["lsp-zero.nvim"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/lsp-zero.nvim", + url = "https://github.com/VonHeikemen/lsp-zero.nvim" + }, ["lualine.nvim"] = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/lualine.nvim", url = "https://github.com/nvim-lualine/lualine.nvim" }, + ["mason-lspconfig.nvim"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim", + url = "https://github.com/williamboman/mason-lspconfig.nvim" + }, + ["mason.nvim"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/mason.nvim", + url = "https://github.com/williamboman/mason.nvim" + }, + ["monokai-pro.nvim"] = { + config = { "\27LJ\2\n;\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\28colorscheme monokai-pro\bcmd\bvim\0" }, + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/monokai-pro.nvim", + url = "https://github.com/loctvl842/monokai-pro.nvim" + }, ["nvim-autopairs"] = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/nvim-autopairs", url = "https://github.com/windwp/nvim-autopairs" }, + ["nvim-cmp"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/nvim-cmp", + url = "https://github.com/hrsh7th/nvim-cmp" + }, ["nvim-lspconfig"] = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/nvim-lspconfig", @@ -109,16 +175,36 @@ _G.packer_plugins = { path = "/home/xswan/.local/share/nvim/site/pack/packer/start/nvim-tree.lua", url = "https://github.com/kyazdani42/nvim-tree.lua" }, + ["nvim-treesitter"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/nvim-treesitter", + url = "https://github.com/nvim-treesitter/nvim-treesitter" + }, ["nvim-web-devicons"] = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/nvim-web-devicons", url = "https://github.com/kyazdani42/nvim-web-devicons" }, + ["packer.nvim"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/packer.nvim", + url = "https://github.com/wbthomason/packer.nvim" + }, + playground = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/playground", + url = "https://github.com/nvim-treesitter/playground" + }, ["plenary.nvim"] = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/plenary.nvim", url = "https://github.com/nvim-lua/plenary.nvim" }, + ["presence.nvim"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/presence.nvim", + url = "https://github.com/weedatom/presence.nvim" + }, tagbar = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/tagbar", @@ -129,29 +215,33 @@ _G.packer_plugins = { path = "/home/xswan/.local/share/nvim/site/pack/packer/start/telescope.nvim", url = "https://github.com/nvim-telescope/telescope.nvim" }, - ["terminal.nvim"] = { + ["vim-be-good"] = { loaded = true, - path = "/home/xswan/.local/share/nvim/site/pack/packer/start/terminal.nvim", - url = "https://github.com/rebelot/terminal.nvim" + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/vim-be-good", + url = "https://github.com/ThePrimeagen/vim-be-good" }, - ["tomorrow-theme"] = { + ["vim-gitgutter"] = { loaded = true, - path = "/home/xswan/.local/share/nvim/site/pack/packer/start/tomorrow-theme", - url = "https://github.com/chriskempson/tomorrow-theme" - }, - ["vim-fugitive"] = { - loaded = true, - path = "/home/xswan/.local/share/nvim/site/pack/packer/start/vim-fugitive", - url = "https://github.com/tpope/vim-fugitive" + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/vim-gitgutter", + url = "https://github.com/airblade/vim-gitgutter" }, ["vim-startify"] = { loaded = true, path = "/home/xswan/.local/share/nvim/site/pack/packer/start/vim-startify", url = "https://github.com/mhinz/vim-startify" + }, + ["zen-mode.nvim"] = { + loaded = true, + path = "/home/xswan/.local/share/nvim/site/pack/packer/start/zen-mode.nvim", + url = "https://github.com/folke/zen-mode.nvim" } } time([[Defining packer_plugins]], false) +-- Config for: monokai-pro.nvim +time([[Config for monokai-pro.nvim]], true) +try_loadstring("\27LJ\2\n;\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\28colorscheme monokai-pro\bcmd\bvim\0", "config", "monokai-pro.nvim") +time([[Config for monokai-pro.nvim]], false) _G._packer.inside_compile = false if _G._packer.needs_bufread == true then |
