aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-09-18 22:26:00 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-09-18 22:26:00 -0400
commit3c0144a282f754f0ea02c18f19d49cee78f1279b (patch)
tree2a0adf1d6f8b45abcd0359f21f49ad694a93e296
parent3af041205aa51773f0f890a6c59aa134a4931edd (diff)
add readme
-rw-r--r--README.md17
-rw-r--r--plugin/packer_compiled.lua14
2 files changed, 24 insertions, 7 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..282accd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
1# My Nvim Config.
2
3This is my current nvim set up for nvim.
4
5First off, this depends on version 0.9.x of nvim.
6
7Second, I must have packer installed before hand!
8
9Read the quickstart on the packer git [README](https://github.com/wbthomason/packer.nvim#quickstart)
10
11Last, This guide assumes a Linux based system.
12
131. Clone this repo into your `.config/` directory.
142. Open `nvim`
153. Run `:PackerSync`
16
17That should do it!
diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua
index 3fec64b..49851ef 100644
--- a/plugin/packer_compiled.lua
+++ b/plugin/packer_compiled.lua
@@ -49,8 +49,8 @@ local function save_profiles(threshold)
49end 49end
50 50
51time([[Luarocks path setup]], true) 51time([[Luarocks path setup]], true)
52local package_path_str = "C:\\Users\\mephi\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\share\\lua\\5.1\\?.lua;C:\\Users\\mephi\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\share\\lua\\5.1\\?\\init.lua;C:\\Users\\mephi\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\lib\\luarocks\\rocks-5.1\\?.lua;C:\\Users\\mephi\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\lib\\luarocks\\rocks-5.1\\?\\init.lua" 52local package_path_str = "/home/zberwaldt/.cache/nvim/packer_hererocks/2.1.1692716794/share/lua/5.1/?.lua;/home/zberwaldt/.cache/nvim/packer_hererocks/2.1.1692716794/share/lua/5.1/?/init.lua;/home/zberwaldt/.cache/nvim/packer_hererocks/2.1.1692716794/lib/luarocks/rocks-5.1/?.lua;/home/zberwaldt/.cache/nvim/packer_hererocks/2.1.1692716794/lib/luarocks/rocks-5.1/?/init.lua"
53local install_cpath_pattern = "C:\\Users\\mephi\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\lib\\lua\\5.1\\?.so" 53local install_cpath_pattern = "/home/zberwaldt/.cache/nvim/packer_hererocks/2.1.1692716794/lib/lua/5.1/?.so"
54if not string.find(package.path, package_path_str, 1, true) then 54if not string.find(package.path, package_path_str, 1, true) then
55 package.path = package.path .. ';' .. package_path_str 55 package.path = package.path .. ';' .. package_path_str
56end 56end
@@ -76,28 +76,28 @@ time([[Defining packer_plugins]], true)
76_G.packer_plugins = { 76_G.packer_plugins = {
77 ["nvim-treesitter"] = { 77 ["nvim-treesitter"] = {
78 loaded = true, 78 loaded = true,
79 path = "C:\\Users\\mephi\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\nvim-treesitter", 79 path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
80 url = "https://github.com/nvim-treesitter/nvim-treesitter" 80 url = "https://github.com/nvim-treesitter/nvim-treesitter"
81 }, 81 },
82 onedark = { 82 onedark = {
83 config = { "\27LJ\2\n7\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\24colorscheme onedark\bcmd\bvim\0" }, 83 config = { "\27LJ\2\n7\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\24colorscheme onedark\bcmd\bvim\0" },
84 loaded = true, 84 loaded = true,
85 path = "C:\\Users\\mephi\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\onedark", 85 path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/onedark",
86 url = "https://github.com/navarasu/onedark.nvim" 86 url = "https://github.com/navarasu/onedark.nvim"
87 }, 87 },
88 ["packer.nvim"] = { 88 ["packer.nvim"] = {
89 loaded = true, 89 loaded = true,
90 path = "C:\\Users\\mephi\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\packer.nvim", 90 path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/packer.nvim",
91 url = "https://github.com/wbthomason/packer.nvim" 91 url = "https://github.com/wbthomason/packer.nvim"
92 }, 92 },
93 ["plenary.nvim"] = { 93 ["plenary.nvim"] = {
94 loaded = true, 94 loaded = true,
95 path = "C:\\Users\\mephi\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\plenary.nvim", 95 path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/plenary.nvim",
96 url = "https://github.com/nvim-lua/plenary.nvim" 96 url = "https://github.com/nvim-lua/plenary.nvim"
97 }, 97 },
98 ["telescope.nvim"] = { 98 ["telescope.nvim"] = {
99 loaded = true, 99 loaded = true,
100 path = "C:\\Users\\mephi\\AppData\\Local\\nvim-data\\site\\pack\\packer\\start\\telescope.nvim", 100 path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/telescope.nvim",
101 url = "https://github.com/nvim-telescope/telescope.nvim" 101 url = "https://github.com/nvim-telescope/telescope.nvim"
102 } 102 }
103} 103}