blob: f6570bf40c1cdb80ff9145e3564d5c78ae394161 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<h1 style="text-align: center;">Welcome To My Neovim Config</h1>
<hr>
## Versioning
The master branch contains my current config, major revisions are tagged: v#.#
## Use Case
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/conf/plugins.lua) file.
|