From e9253ac6b0ff71143898f2f53ece24b05a064662 Mon Sep 17 00:00:00 2001 From: edapess Date: Mon, 21 Nov 2022 23:24:08 +0300 Subject: [PATCH] up --- nvim/after/plugin/neosolarized.rc.lua | 54 ++++++++++++------------- nvim/plugin/packer_compiled.lua | 58 +++++++++++++-------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/nvim/after/plugin/neosolarized.rc.lua b/nvim/after/plugin/neosolarized.rc.lua index 3cbd397..2aa7759 100644 --- a/nvim/after/plugin/neosolarized.rc.lua +++ b/nvim/after/plugin/neosolarized.rc.lua @@ -1,32 +1,32 @@ -local status, n = pcall(require, "neosolarized") -if (not status) then return end +-- local status, n = pcall(require, "neosolarized") +-- if (not status) then return end -n.setup({ - comment_italics = true, -}) +-- n.setup({ +-- comment_italics = true, +-- }) -local cb = require('colorbuddy.init') -local Color = cb.Color -local colors = cb.colors -local Group = cb.Group -local groups = cb.groups -local styles = cb.styles +-- local cb = require('colorbuddy.init') +-- local Color = cb.Color +-- local colors = cb.colors +-- local Group = cb.Group +-- local groups = cb.groups +-- local styles = cb.styles -Color.new('black', '#000000') -Group.new('CursorLine', colors.none, colors.base03, styles.NONE, colors.base1) -Group.new('CursorLineNr', colors.yellow, colors.black, styles.NONE, colors.base1) -Group.new('Visual', colors.none, colors.base03, styles.reverse) +-- Color.new('black', '#000000') +-- Group.new('CursorLine', colors.none, colors.base03, styles.NONE, colors.base1) +-- Group.new('CursorLineNr', colors.yellow, colors.black, styles.NONE, colors.base1) +-- Group.new('Visual', colors.none, colors.base03, styles.reverse) -local cError = groups.Error.fg -local cInfo = groups.Information.fg -local cWarn = groups.Warning.fg -local cHint = groups.Hint.fg +-- local cError = groups.Error.fg +-- local cInfo = groups.Information.fg +-- local cWarn = groups.Warning.fg +-- local cHint = groups.Hint.fg -Group.new("DiagnosticVirtualTextError", cError, cError:dark():dark():dark():dark(), styles.NONE) -Group.new("DiagnosticVirtualTextInfo", cInfo, cInfo:dark():dark():dark(), styles.NONE) -Group.new("DiagnosticVirtualTextWarn", cWarn, cWarn:dark():dark():dark(), styles.NONE) -Group.new("DiagnosticVirtualTextHint", cHint, cHint:dark():dark():dark(), styles.NONE) -Group.new("DiagnosticUnderlineError", colors.none, colors.none, styles.undercurl, cError) -Group.new("DiagnosticUnderlineWarn", colors.none, colors.none, styles.undercurl, cWarn) -Group.new("DiagnosticUnderlineInfo", colors.none, colors.none, styles.undercurl, cInfo) -Group.new("DiagnosticUnderlineHint", colors.none, colors.none, styles.undercurl, cHint) +-- Group.new("DiagnosticVirtualTextError", cError, cError:dark():dark():dark():dark(), styles.NONE) +-- Group.new("DiagnosticVirtualTextInfo", cInfo, cInfo:dark():dark():dark(), styles.NONE) +-- Group.new("DiagnosticVirtualTextWarn", cWarn, cWarn:dark():dark():dark(), styles.NONE) +-- Group.new("DiagnosticVirtualTextHint", cHint, cHint:dark():dark():dark(), styles.NONE) +-- Group.new("DiagnosticUnderlineError", colors.none, colors.none, styles.undercurl, cError) +-- Group.new("DiagnosticUnderlineWarn", colors.none, colors.none, styles.undercurl, cWarn) +-- Group.new("DiagnosticUnderlineInfo", colors.none, colors.none, styles.undercurl, cInfo) +-- Group.new("DiagnosticUnderlineHint", colors.none, colors.none, styles.undercurl, cHint) diff --git a/nvim/plugin/packer_compiled.lua b/nvim/plugin/packer_compiled.lua index 8fd02f4..f454463 100644 --- a/nvim/plugin/packer_compiled.lua +++ b/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/edapess/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/home/edapess/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/home/edapess/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/home/edapess/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua" -local install_cpath_pattern = "/home/edapess/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/?.so" +local package_path_str = "/home/zick/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/home/zick/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/home/zick/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/home/zick/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua" +local install_cpath_pattern = "/home/zick/.cache/nvim/packer_hererocks/2.1.0-beta3/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 @@ -76,137 +76,137 @@ time([[Defining packer_plugins]], true) _G.packer_plugins = { LuaSnip = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/LuaSnip", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/LuaSnip", url = "https://github.com/L3MON4D3/LuaSnip" }, ["cmp-buffer"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/cmp-buffer", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/cmp-buffer", url = "https://github.com/hrsh7th/cmp-buffer" }, ["cmp-nvim-lsp"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp", url = "https://github.com/hrsh7th/cmp-nvim-lsp" }, ["git.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/git.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/git.nvim", url = "https://github.com/dinhhuy258/git.nvim" }, ["gitsigns.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/gitsigns.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/gitsigns.nvim", url = "https://github.com/lewis6991/gitsigns.nvim" }, ["lspkind-nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/lspkind-nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/lspkind-nvim", url = "https://github.com/onsails/lspkind-nvim" }, ["lspsaga.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/lspsaga.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/lspsaga.nvim", url = "https://github.com/glepnir/lspsaga.nvim" }, ["lualine.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/lualine.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/lualine.nvim", url = "https://github.com/nvim-lualine/lualine.nvim" }, ["markdown-preview.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/markdown-preview.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/markdown-preview.nvim", url = "https://github.com/iamcco/markdown-preview.nvim" }, ["mason-lspconfig.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim", url = "https://github.com/williamboman/mason-lspconfig.nvim" }, ["mason.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/mason.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/mason.nvim", url = "https://github.com/williamboman/mason.nvim" }, ["null-ls.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/null-ls.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/null-ls.nvim", url = "https://github.com/jose-elias-alvarez/null-ls.nvim" }, ["nvim-autopairs"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-autopairs", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-autopairs", url = "https://github.com/windwp/nvim-autopairs" }, ["nvim-bufferline.lua"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-bufferline.lua", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-bufferline.lua", url = "https://github.com/akinsho/nvim-bufferline.lua" }, ["nvim-cmp"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-cmp", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-cmp", url = "https://github.com/hrsh7th/nvim-cmp" }, ["nvim-colorizer.lua"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua", url = "https://github.com/norcalli/nvim-colorizer.lua" }, ["nvim-lspconfig"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-lspconfig", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-lspconfig", url = "https://github.com/neovim/nvim-lspconfig" }, ["nvim-treesitter"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-treesitter", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-treesitter", url = "https://github.com/nvim-treesitter/nvim-treesitter" }, ["nvim-ts-autotag"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-ts-autotag", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-ts-autotag", url = "https://github.com/windwp/nvim-ts-autotag" }, ["nvim-web-devicons"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/nvim-web-devicons", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/nvim-web-devicons", url = "https://github.com/kyazdani42/nvim-web-devicons" }, ["onedark.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/onedark.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/onedark.nvim", url = "https://github.com/navarasu/onedark.nvim" }, ["packer.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/packer.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/packer.nvim", url = "https://github.com/wbthomason/packer.nvim" }, ["plenary.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/plenary.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/plenary.nvim", url = "https://github.com/nvim-lua/plenary.nvim" }, ["telescope-file-browser.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/telescope-file-browser.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/telescope-file-browser.nvim", url = "https://github.com/nvim-telescope/telescope-file-browser.nvim" }, ["telescope.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/telescope.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/telescope.nvim", url = "https://github.com/nvim-telescope/telescope.nvim" }, ["vim-wakatime"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/vim-wakatime", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/vim-wakatime", url = "https://github.com/wakatime/vim-wakatime" }, ["zen-mode.nvim"] = { loaded = true, - path = "/home/edapess/.local/share/nvim/site/pack/packer/start/zen-mode.nvim", + path = "/home/zick/.local/share/nvim/site/pack/packer/start/zen-mode.nvim", url = "https://github.com/folke/zen-mode.nvim" } }