diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-26 14:24:55 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-26 14:24:55 -0500 |
commit | b4b9ecf07b323a7466e675a538575683c3d2365d (patch) | |
tree | 490abf9f3f87b1e450d7a0b5a6f1e499b768feaf /README.md | |
parent | 0f0618a81b65675e997e0ad43cbc4ddc53f8eb96 (diff) | |
download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |