summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-11-26 14:24:55 -0500
committerSquibid <me@zacharyscheiman.com>2023-11-26 14:24:55 -0500
commitb4b9ecf07b323a7466e675a538575683c3d2365d (patch)
tree490abf9f3f87b1e450d7a0b5a6f1e499b768feaf /README.md
parent0f0618a81b65675e997e0ad43cbc4ddc53f8eb96 (diff)
downloadnvim-b4b9ecf07b323a7466e675a538575683c3d2365d.tar.gz
nvim-b4b9ecf07b323a7466e675a538575683c3d2365d.tar.bz2
nvim-b4b9ecf07b323a7466e675a538575683c3d2365d.zip
update readme to reflect path change of plugin file
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ac1a34..f6570bf 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,4 @@ The master branch contains my current config, major revisions are tagged: v#.#
My config is built around what I work on; this mainly includes: c, lua, java, and shell scripting. I also try to keep my config relatively portable which is why I to not use any nerd fonts
## Plugins
-For plugin management I use my own [fork](https://git.squi.bid/dep/) of [Dep](https://github.com/chiyadev/dep) To find the current list of plugins go to the [plugin.lua](https://git.squi.bid/nvim/tree/lua/core/plugins.lua) file.
+For plugin management I use my own [fork](https://git.squi.bid/dep/) of [Dep](https://github.com/chiyadev/dep) To find the current list of plugins go to the [plugin.lua](https://git.squi.bid/nvim/tree/lua/conf/plugins.lua) file.