dolboeb
This commit is contained in:
parent
80d0dd2a15
commit
5d61ebce89
|
@ -178,6 +178,10 @@ if test (string match -ri 'y' "$RESPONSE")
|
||||||
# Установка
|
# Установка
|
||||||
curl -fsSL https://deno.land/install.sh | sh 1> /dev/null 2> /dev/null
|
curl -fsSL https://deno.land/install.sh | sh 1> /dev/null 2> /dev/null
|
||||||
|
|
||||||
|
# TODO доделать нормально
|
||||||
|
set -g DENO_INSTALL="$HOME/.deno"
|
||||||
|
fish_add_path $DENO_INSTALL/bin
|
||||||
|
|
||||||
print LSP_DENO_INSTALLED
|
print LSP_DENO_INSTALLED
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -193,7 +197,7 @@ if test (string match -ri 'y' "$RESPONSE")
|
||||||
git clone https://github.com/LuaLS/lua-language-server 1> /dev/null 2> /dev/null
|
git clone https://github.com/LuaLS/lua-language-server 1> /dev/null 2> /dev/null
|
||||||
cd lua-language-server
|
cd lua-language-server
|
||||||
fish ./make.sh 1> /dev/null 2> /dev/null
|
fish ./make.sh 1> /dev/null 2> /dev/null
|
||||||
fish_add_path $(realpath ./)/bin 1> /dev/null 2> /dev/null
|
fish_add_path (realpath ./)/bin 1> /dev/null 2> /dev/null
|
||||||
|
|
||||||
print LSP_LUA_INSTALLED
|
print LSP_LUA_INSTALLED
|
||||||
end
|
end
|
||||||
|
|
|
@ -179,9 +179,9 @@ return require('packer').startup(function(use)
|
||||||
use 'chr4/nginx.vim'
|
use 'chr4/nginx.vim'
|
||||||
|
|
||||||
-- Форматировщик Prettier
|
-- Форматировщик Prettier
|
||||||
use {
|
use {
|
||||||
'prettier/vim-prettier',
|
'prettier/vim-prettier',
|
||||||
run = 'yarn install --frozen-lockfile --production',
|
run = 'yarn install --frozen-lockfile --production',
|
||||||
config = function() require('plugins/vim-prettier') end
|
config = function() require('plugins/vim-prettier') end
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
|
@ -49,8 +49,8 @@ local function save_profiles(threshold)
|
||||||
end
|
end
|
||||||
|
|
||||||
time([[Luarocks path setup]], true)
|
time([[Luarocks path setup]], true)
|
||||||
local package_path_str = "/home/mirzaev/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/home/mirzaev/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/home/mirzaev/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/home/mirzaev/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua"
|
local package_path_str = "/root/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/root/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/root/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/root/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua"
|
||||||
local install_cpath_pattern = "/home/mirzaev/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/?.so"
|
local install_cpath_pattern = "/root/.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
|
if not string.find(package.path, package_path_str, 1, true) then
|
||||||
package.path = package.path .. ';' .. package_path_str
|
package.path = package.path .. ';' .. package_path_str
|
||||||
end
|
end
|
||||||
|
@ -77,17 +77,17 @@ _G.packer_plugins = {
|
||||||
["bufferline.nvim"] = {
|
["bufferline.nvim"] = {
|
||||||
config = { "\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/bufferline\frequire\0" },
|
config = { "\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/bufferline\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/bufferline.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/bufferline.nvim",
|
||||||
url = "https://github.com/akinsho/bufferline.nvim"
|
url = "https://github.com/akinsho/bufferline.nvim"
|
||||||
},
|
},
|
||||||
["coq.artifacts"] = {
|
["coq.artifacts"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/coq.artifacts",
|
path = "/root/.local/share/nvim/site/pack/packer/start/coq.artifacts",
|
||||||
url = "https://github.com/ms-jpq/coq.artifacts"
|
url = "https://github.com/ms-jpq/coq.artifacts"
|
||||||
},
|
},
|
||||||
["coq.thirdparty"] = {
|
["coq.thirdparty"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/coq.thirdparty",
|
path = "/root/.local/share/nvim/site/pack/packer/start/coq.thirdparty",
|
||||||
url = "https://github.com/ms-jpq/coq.thirdparty"
|
url = "https://github.com/ms-jpq/coq.thirdparty"
|
||||||
},
|
},
|
||||||
coq_nvim = {
|
coq_nvim = {
|
||||||
|
@ -95,93 +95,93 @@ _G.packer_plugins = {
|
||||||
config = { "\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/coq\frequire\0" },
|
config = { "\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/coq\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
only_config = true,
|
only_config = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/coq_nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/coq_nvim",
|
||||||
url = "https://github.com/ms-jpq/coq_nvim"
|
url = "https://github.com/ms-jpq/coq_nvim"
|
||||||
},
|
},
|
||||||
["diaglist.nvim"] = {
|
["diaglist.nvim"] = {
|
||||||
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/diaglist\frequire\0" },
|
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/diaglist\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/diaglist.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/diaglist.nvim",
|
||||||
url = "https://github.com/onsails/diaglist.nvim"
|
url = "https://github.com/onsails/diaglist.nvim"
|
||||||
},
|
},
|
||||||
["fidget.nvim"] = {
|
["fidget.nvim"] = {
|
||||||
config = { "\27LJ\2\n.\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\19plugins/fidget\frequire\0" },
|
config = { "\27LJ\2\n.\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\19plugins/fidget\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/fidget.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/fidget.nvim",
|
||||||
url = "https://github.com/j-hui/fidget.nvim"
|
url = "https://github.com/j-hui/fidget.nvim"
|
||||||
},
|
},
|
||||||
["gitsigns.nvim"] = {
|
["gitsigns.nvim"] = {
|
||||||
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/gitsigns\frequire\0" },
|
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/gitsigns\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
|
||||||
url = "https://github.com/lewis6991/gitsigns.nvim"
|
url = "https://github.com/lewis6991/gitsigns.nvim"
|
||||||
},
|
},
|
||||||
kommentary = {
|
kommentary = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/kommentary",
|
path = "/root/.local/share/nvim/site/pack/packer/start/kommentary",
|
||||||
url = "https://github.com/b3nj5m1n/kommentary"
|
url = "https://github.com/b3nj5m1n/kommentary"
|
||||||
},
|
},
|
||||||
["lsp-colors.nvim"] = {
|
["lsp-colors.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/lsp-colors.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/lsp-colors.nvim",
|
||||||
url = "https://github.com/folke/lsp-colors.nvim"
|
url = "https://github.com/folke/lsp-colors.nvim"
|
||||||
},
|
},
|
||||||
["lspkind-nvim"] = {
|
["lspkind-nvim"] = {
|
||||||
config = { "\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lspkind\frequire\0" },
|
config = { "\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lspkind\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/lspkind-nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/lspkind-nvim",
|
||||||
url = "https://github.com/onsails/lspkind-nvim"
|
url = "https://github.com/onsails/lspkind-nvim"
|
||||||
},
|
},
|
||||||
["lualine-lsp-progress"] = {
|
["lualine-lsp-progress"] = {
|
||||||
config = { "\27LJ\2\n<\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0!plugins/lualine-lsp-progress\frequire\0" },
|
config = { "\27LJ\2\n<\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0!plugins/lualine-lsp-progress\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/lualine-lsp-progress",
|
path = "/root/.local/share/nvim/site/pack/packer/start/lualine-lsp-progress",
|
||||||
url = "https://github.com/arkav/lualine-lsp-progress"
|
url = "https://github.com/arkav/lualine-lsp-progress"
|
||||||
},
|
},
|
||||||
["lualine.nvim"] = {
|
["lualine.nvim"] = {
|
||||||
config = { "\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lualine\frequire\0" },
|
config = { "\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lualine\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/lualine.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/lualine.nvim",
|
||||||
url = "https://github.com/nvim-lualine/lualine.nvim"
|
url = "https://github.com/nvim-lualine/lualine.nvim"
|
||||||
},
|
},
|
||||||
["lush.nvim"] = {
|
["lush.nvim"] = {
|
||||||
config = { "\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lush\frequire\0" },
|
config = { "\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lush\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/lush.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/lush.nvim",
|
||||||
url = "https://github.com/rktjmp/lush.nvim"
|
url = "https://github.com/rktjmp/lush.nvim"
|
||||||
},
|
},
|
||||||
["neo-tree.nvim"] = {
|
["neo-tree.nvim"] = {
|
||||||
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/neo-tree\frequire\0" },
|
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/neo-tree\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/neo-tree.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/neo-tree.nvim",
|
||||||
url = "https://github.com/nvim-neo-tree/neo-tree.nvim"
|
url = "https://github.com/nvim-neo-tree/neo-tree.nvim"
|
||||||
},
|
},
|
||||||
["nginx.vim"] = {
|
["nginx.vim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/nginx.vim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/nginx.vim",
|
||||||
url = "https://github.com/chr4/nginx.vim"
|
url = "https://github.com/chr4/nginx.vim"
|
||||||
},
|
},
|
||||||
["nui.nvim"] = {
|
["nui.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/nui.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/nui.nvim",
|
||||||
url = "https://github.com/MunifTanjim/nui.nvim"
|
url = "https://github.com/MunifTanjim/nui.nvim"
|
||||||
},
|
},
|
||||||
["nvim-autopairs"] = {
|
["nvim-autopairs"] = {
|
||||||
config = { "\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/autopairs\frequire\0" },
|
config = { "\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/autopairs\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/nvim-autopairs",
|
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-autopairs",
|
||||||
url = "https://github.com/windwp/nvim-autopairs"
|
url = "https://github.com/windwp/nvim-autopairs"
|
||||||
},
|
},
|
||||||
["nvim-dap"] = {
|
["nvim-dap"] = {
|
||||||
config = { "\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/dap\frequire\0" },
|
config = { "\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/dap\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/nvim-dap",
|
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-dap",
|
||||||
url = "https://github.com/mfussenegger/nvim-dap"
|
url = "https://github.com/mfussenegger/nvim-dap"
|
||||||
},
|
},
|
||||||
["nvim-lint"] = {
|
["nvim-lint"] = {
|
||||||
config = { "\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lint\frequire\0" },
|
config = { "\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lint\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/nvim-lint",
|
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-lint",
|
||||||
url = "https://github.com/mfussenegger/nvim-lint"
|
url = "https://github.com/mfussenegger/nvim-lint"
|
||||||
},
|
},
|
||||||
["nvim-lspconfig"] = {
|
["nvim-lspconfig"] = {
|
||||||
|
@ -189,164 +189,159 @@ _G.packer_plugins = {
|
||||||
load_after = {},
|
load_after = {},
|
||||||
loaded = true,
|
loaded = true,
|
||||||
needs_bufread = false,
|
needs_bufread = false,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/opt/nvim-lspconfig",
|
path = "/root/.local/share/nvim/site/pack/packer/opt/nvim-lspconfig",
|
||||||
url = "https://github.com/neovim/nvim-lspconfig"
|
url = "https://github.com/neovim/nvim-lspconfig"
|
||||||
},
|
},
|
||||||
["nvim-treesitter"] = {
|
["nvim-treesitter"] = {
|
||||||
config = { "\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/treesitter\frequire\0" },
|
config = { "\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/treesitter\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
||||||
url = "https://github.com/nvim-treesitter/nvim-treesitter"
|
url = "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||||
},
|
},
|
||||||
["nvim-web-devicons"] = {
|
["nvim-web-devicons"] = {
|
||||||
config = { "\27LJ\2\n9\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\30plugins/nvim-web-devicons\frequire\0" },
|
config = { "\27LJ\2\n9\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\30plugins/nvim-web-devicons\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
||||||
url = "https://github.com/nvim-tree/nvim-web-devicons"
|
url = "https://github.com/nvim-tree/nvim-web-devicons"
|
||||||
},
|
},
|
||||||
["packer.nvim"] = {
|
["packer.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||||||
url = "https://github.com/wbthomason/packer.nvim"
|
url = "https://github.com/wbthomason/packer.nvim"
|
||||||
},
|
},
|
||||||
phpctags = {
|
phpctags = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/phpctags",
|
path = "/root/.local/share/nvim/site/pack/packer/start/phpctags",
|
||||||
url = "https://github.com/vim-php/phpctags"
|
url = "https://github.com/vim-php/phpctags"
|
||||||
},
|
},
|
||||||
["plenary.nvim"] = {
|
["plenary.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/plenary.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/plenary.nvim",
|
||||||
url = "https://github.com/nvim-lua/plenary.nvim"
|
url = "https://github.com/nvim-lua/plenary.nvim"
|
||||||
},
|
},
|
||||||
["symbols-outline.nvim"] = {
|
["symbols-outline.nvim"] = {
|
||||||
config = { "\27LJ\2\n7\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\28plugins/symbols-outline\frequire\0" },
|
config = { "\27LJ\2\n7\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\28plugins/symbols-outline\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/symbols-outline.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/symbols-outline.nvim",
|
||||||
url = "https://github.com/simrat39/symbols-outline.nvim"
|
url = "https://github.com/simrat39/symbols-outline.nvim"
|
||||||
},
|
},
|
||||||
tagbar = {
|
tagbar = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/tagbar",
|
path = "/root/.local/share/nvim/site/pack/packer/start/tagbar",
|
||||||
url = "https://github.com/preservim/tagbar"
|
url = "https://github.com/preservim/tagbar"
|
||||||
},
|
},
|
||||||
["telescope.nvim"] = {
|
["telescope.nvim"] = {
|
||||||
config = { "\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/telescope\frequire\0" },
|
config = { "\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/telescope\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
||||||
url = "https://github.com/nvim-telescope/telescope.nvim"
|
url = "https://github.com/nvim-telescope/telescope.nvim"
|
||||||
},
|
},
|
||||||
["trouble.nvim"] = {
|
["trouble.nvim"] = {
|
||||||
config = { "\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/trouble\frequire\0" },
|
config = { "\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/trouble\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/trouble.nvim",
|
path = "/root/.local/share/nvim/site/pack/packer/start/trouble.nvim",
|
||||||
url = "https://github.com/folke/trouble.nvim"
|
url = "https://github.com/folke/trouble.nvim"
|
||||||
},
|
},
|
||||||
["vim-fish"] = {
|
["vim-fish"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/vim-fish",
|
path = "/root/.local/share/nvim/site/pack/packer/start/vim-fish",
|
||||||
url = "https://github.com/dag/vim-fish"
|
url = "https://github.com/dag/vim-fish"
|
||||||
},
|
},
|
||||||
["vim-fugitive"] = {
|
["vim-fugitive"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/vim-fugitive",
|
path = "/root/.local/share/nvim/site/pack/packer/start/vim-fugitive",
|
||||||
url = "https://github.com/tpope/vim-fugitive"
|
url = "https://github.com/tpope/vim-fugitive"
|
||||||
},
|
},
|
||||||
["vim-prettier"] = {
|
|
||||||
loaded = true,
|
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/vim-prettier",
|
|
||||||
url = "https://github.com/prettier/vim-prettier"
|
|
||||||
},
|
|
||||||
["vim-signify"] = {
|
["vim-signify"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/vim-signify",
|
path = "/root/.local/share/nvim/site/pack/packer/start/vim-signify",
|
||||||
url = "https://github.com/mhinz/vim-signify"
|
url = "https://github.com/mhinz/vim-signify"
|
||||||
},
|
},
|
||||||
["vim-test"] = {
|
["vim-test"] = {
|
||||||
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/vim-test\frequire\0" },
|
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/vim-test\frequire\0" },
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/mirzaev/.local/share/nvim/site/pack/packer/start/vim-test",
|
path = "/root/.local/share/nvim/site/pack/packer/start/vim-test",
|
||||||
url = "https://github.com/vim-test/vim-test"
|
url = "https://github.com/vim-test/vim-test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
time([[Defining packer_plugins]], false)
|
time([[Defining packer_plugins]], false)
|
||||||
-- Config for: neo-tree.nvim
|
|
||||||
time([[Config for neo-tree.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/neo-tree\frequire\0", "config", "neo-tree.nvim")
|
|
||||||
time([[Config for neo-tree.nvim]], false)
|
|
||||||
-- Config for: fidget.nvim
|
|
||||||
time([[Config for fidget.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n.\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\19plugins/fidget\frequire\0", "config", "fidget.nvim")
|
|
||||||
time([[Config for fidget.nvim]], false)
|
|
||||||
-- Config for: nvim-treesitter
|
|
||||||
time([[Config for nvim-treesitter]], true)
|
|
||||||
try_loadstring("\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/treesitter\frequire\0", "config", "nvim-treesitter")
|
|
||||||
time([[Config for nvim-treesitter]], false)
|
|
||||||
-- Config for: gitsigns.nvim
|
|
||||||
time([[Config for gitsigns.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/gitsigns\frequire\0", "config", "gitsigns.nvim")
|
|
||||||
time([[Config for gitsigns.nvim]], false)
|
|
||||||
-- Config for: telescope.nvim
|
|
||||||
time([[Config for telescope.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/telescope\frequire\0", "config", "telescope.nvim")
|
|
||||||
time([[Config for telescope.nvim]], false)
|
|
||||||
-- Config for: nvim-autopairs
|
|
||||||
time([[Config for nvim-autopairs]], true)
|
|
||||||
try_loadstring("\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/autopairs\frequire\0", "config", "nvim-autopairs")
|
|
||||||
time([[Config for nvim-autopairs]], false)
|
|
||||||
-- Config for: vim-test
|
|
||||||
time([[Config for vim-test]], true)
|
|
||||||
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/vim-test\frequire\0", "config", "vim-test")
|
|
||||||
time([[Config for vim-test]], false)
|
|
||||||
-- Config for: nvim-dap
|
|
||||||
time([[Config for nvim-dap]], true)
|
|
||||||
try_loadstring("\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/dap\frequire\0", "config", "nvim-dap")
|
|
||||||
time([[Config for nvim-dap]], false)
|
|
||||||
-- Config for: lspkind-nvim
|
|
||||||
time([[Config for lspkind-nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lspkind\frequire\0", "config", "lspkind-nvim")
|
|
||||||
time([[Config for lspkind-nvim]], false)
|
|
||||||
-- Config for: symbols-outline.nvim
|
|
||||||
time([[Config for symbols-outline.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n7\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\28plugins/symbols-outline\frequire\0", "config", "symbols-outline.nvim")
|
|
||||||
time([[Config for symbols-outline.nvim]], false)
|
|
||||||
-- Config for: lualine-lsp-progress
|
|
||||||
time([[Config for lualine-lsp-progress]], true)
|
|
||||||
try_loadstring("\27LJ\2\n<\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0!plugins/lualine-lsp-progress\frequire\0", "config", "lualine-lsp-progress")
|
|
||||||
time([[Config for lualine-lsp-progress]], false)
|
|
||||||
-- Config for: diaglist.nvim
|
|
||||||
time([[Config for diaglist.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/diaglist\frequire\0", "config", "diaglist.nvim")
|
|
||||||
time([[Config for diaglist.nvim]], false)
|
|
||||||
-- Config for: lualine.nvim
|
|
||||||
time([[Config for lualine.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lualine\frequire\0", "config", "lualine.nvim")
|
|
||||||
time([[Config for lualine.nvim]], false)
|
|
||||||
-- Config for: lush.nvim
|
|
||||||
time([[Config for lush.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lush\frequire\0", "config", "lush.nvim")
|
|
||||||
time([[Config for lush.nvim]], false)
|
|
||||||
-- Config for: coq_nvim
|
|
||||||
time([[Config for coq_nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/coq\frequire\0", "config", "coq_nvim")
|
|
||||||
time([[Config for coq_nvim]], false)
|
|
||||||
-- Config for: nvim-lint
|
|
||||||
time([[Config for nvim-lint]], true)
|
|
||||||
try_loadstring("\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lint\frequire\0", "config", "nvim-lint")
|
|
||||||
time([[Config for nvim-lint]], false)
|
|
||||||
-- Config for: nvim-web-devicons
|
|
||||||
time([[Config for nvim-web-devicons]], true)
|
|
||||||
try_loadstring("\27LJ\2\n9\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\30plugins/nvim-web-devicons\frequire\0", "config", "nvim-web-devicons")
|
|
||||||
time([[Config for nvim-web-devicons]], false)
|
|
||||||
-- Config for: trouble.nvim
|
-- Config for: trouble.nvim
|
||||||
time([[Config for trouble.nvim]], true)
|
time([[Config for trouble.nvim]], true)
|
||||||
try_loadstring("\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/trouble\frequire\0", "config", "trouble.nvim")
|
try_loadstring("\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/trouble\frequire\0", "config", "trouble.nvim")
|
||||||
time([[Config for trouble.nvim]], false)
|
time([[Config for trouble.nvim]], false)
|
||||||
|
-- Config for: nvim-web-devicons
|
||||||
|
time([[Config for nvim-web-devicons]], true)
|
||||||
|
try_loadstring("\27LJ\2\n9\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\30plugins/nvim-web-devicons\frequire\0", "config", "nvim-web-devicons")
|
||||||
|
time([[Config for nvim-web-devicons]], false)
|
||||||
|
-- Config for: nvim-treesitter
|
||||||
|
time([[Config for nvim-treesitter]], true)
|
||||||
|
try_loadstring("\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/treesitter\frequire\0", "config", "nvim-treesitter")
|
||||||
|
time([[Config for nvim-treesitter]], false)
|
||||||
|
-- Config for: lush.nvim
|
||||||
|
time([[Config for lush.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lush\frequire\0", "config", "lush.nvim")
|
||||||
|
time([[Config for lush.nvim]], false)
|
||||||
|
-- Config for: diaglist.nvim
|
||||||
|
time([[Config for diaglist.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/diaglist\frequire\0", "config", "diaglist.nvim")
|
||||||
|
time([[Config for diaglist.nvim]], false)
|
||||||
|
-- Config for: neo-tree.nvim
|
||||||
|
time([[Config for neo-tree.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/neo-tree\frequire\0", "config", "neo-tree.nvim")
|
||||||
|
time([[Config for neo-tree.nvim]], false)
|
||||||
|
-- Config for: vim-test
|
||||||
|
time([[Config for vim-test]], true)
|
||||||
|
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/vim-test\frequire\0", "config", "vim-test")
|
||||||
|
time([[Config for vim-test]], false)
|
||||||
|
-- Config for: fidget.nvim
|
||||||
|
time([[Config for fidget.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n.\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\19plugins/fidget\frequire\0", "config", "fidget.nvim")
|
||||||
|
time([[Config for fidget.nvim]], false)
|
||||||
|
-- Config for: telescope.nvim
|
||||||
|
time([[Config for telescope.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/telescope\frequire\0", "config", "telescope.nvim")
|
||||||
|
time([[Config for telescope.nvim]], false)
|
||||||
|
-- Config for: gitsigns.nvim
|
||||||
|
time([[Config for gitsigns.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21plugins/gitsigns\frequire\0", "config", "gitsigns.nvim")
|
||||||
|
time([[Config for gitsigns.nvim]], false)
|
||||||
|
-- Config for: symbols-outline.nvim
|
||||||
|
time([[Config for symbols-outline.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n7\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\28plugins/symbols-outline\frequire\0", "config", "symbols-outline.nvim")
|
||||||
|
time([[Config for symbols-outline.nvim]], false)
|
||||||
|
-- Config for: coq_nvim
|
||||||
|
time([[Config for coq_nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/coq\frequire\0", "config", "coq_nvim")
|
||||||
|
time([[Config for coq_nvim]], false)
|
||||||
|
-- Config for: lualine-lsp-progress
|
||||||
|
time([[Config for lualine-lsp-progress]], true)
|
||||||
|
try_loadstring("\27LJ\2\n<\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0!plugins/lualine-lsp-progress\frequire\0", "config", "lualine-lsp-progress")
|
||||||
|
time([[Config for lualine-lsp-progress]], false)
|
||||||
|
-- Config for: lualine.nvim
|
||||||
|
time([[Config for lualine.nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lualine\frequire\0", "config", "lualine.nvim")
|
||||||
|
time([[Config for lualine.nvim]], false)
|
||||||
|
-- Config for: nvim-dap
|
||||||
|
time([[Config for nvim-dap]], true)
|
||||||
|
try_loadstring("\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16plugins/dap\frequire\0", "config", "nvim-dap")
|
||||||
|
time([[Config for nvim-dap]], false)
|
||||||
-- Config for: bufferline.nvim
|
-- Config for: bufferline.nvim
|
||||||
time([[Config for bufferline.nvim]], true)
|
time([[Config for bufferline.nvim]], true)
|
||||||
try_loadstring("\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/bufferline\frequire\0", "config", "bufferline.nvim")
|
try_loadstring("\27LJ\2\n2\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\23plugins/bufferline\frequire\0", "config", "bufferline.nvim")
|
||||||
time([[Config for bufferline.nvim]], false)
|
time([[Config for bufferline.nvim]], false)
|
||||||
|
-- Config for: lspkind-nvim
|
||||||
|
time([[Config for lspkind-nvim]], true)
|
||||||
|
try_loadstring("\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20plugins/lspkind\frequire\0", "config", "lspkind-nvim")
|
||||||
|
time([[Config for lspkind-nvim]], false)
|
||||||
|
-- Config for: nvim-autopairs
|
||||||
|
time([[Config for nvim-autopairs]], true)
|
||||||
|
try_loadstring("\27LJ\2\n1\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\22plugins/autopairs\frequire\0", "config", "nvim-autopairs")
|
||||||
|
time([[Config for nvim-autopairs]], false)
|
||||||
|
-- Config for: nvim-lint
|
||||||
|
time([[Config for nvim-lint]], true)
|
||||||
|
try_loadstring("\27LJ\2\n,\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\17plugins/lint\frequire\0", "config", "nvim-lint")
|
||||||
|
time([[Config for nvim-lint]], false)
|
||||||
-- Load plugins in order defined by `after`
|
-- Load plugins in order defined by `after`
|
||||||
time([[Sequenced loading]], true)
|
time([[Sequenced loading]], true)
|
||||||
vim.cmd [[ packadd nvim-lspconfig ]]
|
vim.cmd [[ packadd nvim-lspconfig ]]
|
||||||
|
|
Loading…
Reference in New Issue