summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylor@classicalconversations.com>2023-06-19 16:41:12 -0400
committerJackson Taylor <jtaylor@classicalconversations.com>2023-06-19 16:41:12 -0400
commitd82ca34e463bd1ee2566943f04313354588d58c0 (patch)
tree56b1a76554f1a9c2986070b08a00b1f1d67b569e
parent6d04c3ce1b49aa1b997ca90bce7fddd48af3073f (diff)
Add README
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..02d214b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Jackson's nvim config
+
+## Purpose
+
+This is the config that I have spent the most time on, so I wanted it to have its own repo in case I need to move to another PC or something.
+
+## Features
+
+- Quick startup (less than a second)
+- Sane keybinds (Whichkey)
+- Plugin management (Packer)
+- LSP and Autocomplete support (nvim-lsp, Mason, nvim-cmp)
+- Snippets (Luasnip)
+- Better syntax Highlighting (Treesitter)
+- Multipurpose (programming, markdown, document writing)
+- Integrated git support (vim-fugitive)
+
+
+## Install
+
+TODO: write this section