diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-18 22:26:00 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-18 22:26:00 -0400 |
commit | 3c0144a282f754f0ea02c18f19d49cee78f1279b (patch) | |
tree | 2a0adf1d6f8b45abcd0359f21f49ad694a93e296 | |
parent | 3af041205aa51773f0f890a6c59aa134a4931edd (diff) |
add readme
-rw-r--r-- | README.md | 17 | ||||
-rw-r--r-- | plugin/packer_compiled.lua | 14 |
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 | |||
3 | This is my current nvim set up for nvim. | ||
4 | |||
5 | First off, this depends on version 0.9.x of nvim. | ||
6 | |||
7 | Second, I must have packer installed before hand! | ||
8 | |||
9 | Read the quickstart on the packer git [README](https://github.com/wbthomason/packer.nvim#quickstart) | ||
10 | |||
11 | Last, This guide assumes a Linux based system. | ||
12 | |||
13 | 1. Clone this repo into your `.config/` directory. | ||
14 | 2. Open `nvim` | ||
15 | 3. Run `:PackerSync` | ||
16 | |||
17 | That 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) | |||
49 | end | 49 | end |
50 | 50 | ||
51 | time([[Luarocks path setup]], true) | 51 | time([[Luarocks path setup]], true) |
52 | local 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" | 52 | local 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" |
53 | local install_cpath_pattern = "C:\\Users\\mephi\\AppData\\Local\\Temp\\nvim\\packer_hererocks\\2.1.0-beta3\\lib\\lua\\5.1\\?.so" | 53 | local install_cpath_pattern = "/home/zberwaldt/.cache/nvim/packer_hererocks/2.1.1692716794/lib/lua/5.1/?.so" |
54 | if not string.find(package.path, package_path_str, 1, true) then | 54 | if 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 |
56 | end | 56 | end |
@@ -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 | } |