first install on Windows

This commit is contained in:
2023-05-22 09:35:25 +02:00
parent 89bbc18ce4
commit 2a281dbc9e
3 changed files with 17 additions and 17 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*~
.*~
plugin/*

View File

@ -4,4 +4,6 @@ Information can be found at
* https://github.com/wbthomason/packer.nvim * https://github.com/wbthomason/packer.nvim
* https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/ * https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/
Note: Account to the first link it is required to clone the packer stuff locally.
This is done on MacOS and Windows in a slightly different way. Consult https://github.com/wbthomason/packer.nvim#quickstart on details.

View File

@ -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 = "/Users/wn/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/Users/wn/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/Users/wn/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/Users/wn/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua" local package_path_str = "C:\\Users\\dehottgw\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\share\\lua\\5.1\\?.lua;C:\\Users\\dehottgw\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\share\\lua\\5.1\\?\\init.lua;C:\\Users\\dehottgw\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\lib\\luarocks\\rocks-5.1\\?.lua;C:\\Users\\dehottgw\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\lib\\luarocks\\rocks-5.1\\?\\init.lua"
local install_cpath_pattern = "/Users/wn/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/?.so" local install_cpath_pattern = "C:\\Users\\dehottgw\\AppData\\Local\\Temp\\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
@ -76,57 +76,52 @@ time([[Defining packer_plugins]], true)
_G.packer_plugins = { _G.packer_plugins = {
["cmp-buffer"] = { ["cmp-buffer"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/cmp-buffer", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\cmp-buffer",
url = "https://github.com/hrsh7th/cmp-buffer" url = "https://github.com/hrsh7th/cmp-buffer"
}, },
["cmp-nvim-lsp"] = { ["cmp-nvim-lsp"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\cmp-nvim-lsp",
url = "https://github.com/hrsh7th/cmp-nvim-lsp" url = "https://github.com/hrsh7th/cmp-nvim-lsp"
}, },
["cmp-nvim-lsp-signature-help"] = { ["cmp-nvim-lsp-signature-help"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp-signature-help", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\cmp-nvim-lsp-signature-help",
url = "https://github.com/hrsh7th/cmp-nvim-lsp-signature-help" url = "https://github.com/hrsh7th/cmp-nvim-lsp-signature-help"
}, },
["cmp-path"] = { ["cmp-path"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/cmp-path", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\cmp-path",
url = "https://github.com/hrsh7th/cmp-path" url = "https://github.com/hrsh7th/cmp-path"
}, },
["mason-lspconfig.nvim"] = { ["mason-lspconfig.nvim"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\mason-lspconfig.nvim",
url = "https://github.com/williamboman/mason-lspconfig.nvim" url = "https://github.com/williamboman/mason-lspconfig.nvim"
}, },
["mason.nvim"] = { ["mason.nvim"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/mason.nvim", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\mason.nvim",
url = "https://github.com/williamboman/mason.nvim" url = "https://github.com/williamboman/mason.nvim"
}, },
["nvim-cmp"] = { ["nvim-cmp"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/nvim-cmp", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\nvim-cmp",
url = "https://github.com/hrsh7th/nvim-cmp" url = "https://github.com/hrsh7th/nvim-cmp"
}, },
["nvim-lspconfig"] = { ["nvim-lspconfig"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/nvim-lspconfig", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\nvim-lspconfig",
url = "https://github.com/neovim/nvim-lspconfig" url = "https://github.com/neovim/nvim-lspconfig"
}, },
["nvim-tree.lua"] = { ["nvim-tree.lua"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/nvim-tree.lua", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\nvim-tree.lua",
url = "https://github.com/nvim-tree/nvim-tree.lua" url = "https://github.com/nvim-tree/nvim-tree.lua"
}, },
["nvim-web-devicons"] = {
loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
url = "https://github.com/nvim-tree/nvim-web-devicons"
},
["packer.nvim"] = { ["packer.nvim"] = {
loaded = true, loaded = true,
path = "/Users/wn/.local/share/nvim/site/pack/packer/start/packer.nvim", path = "C:\\Users\\dehottgw\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\packer.nvim",
url = "https://github.com/wbthomason/packer.nvim" url = "https://github.com/wbthomason/packer.nvim"
} }
} }