This commit is contained in:
2024-01-09 16:26:14 +03:00
parent c26a11473f
commit ca66744d52
42 changed files with 17 additions and 2 deletions

0
nvim/.config/nvim/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/base.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/manager/packer.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/autopairs.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/blankline.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/comment.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/lsp.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/luasnip/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/luasnip/snippets.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/nightfox.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/null-ls/.prettierrc Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/null-ls/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/nvim-cmp.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/telescope.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/treesitter.lua Normal file → Executable file
View File

4
nvim/.config/nvim/plugin/packer_compiled.lua Normal file → Executable file
View File

@@ -49,8 +49,8 @@ local function save_profiles(threshold)
end
time([[Luarocks path setup]], true)
local package_path_str = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/share/lua/5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/share/lua/5.1/?/init.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/lib/luarocks/rocks-5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/lib/lua/5.1/?.so"
local package_path_str = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?/init.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/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