From bb2e30b412c23b76ae876e792398f4926467d962 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 8 Jan 2025 15:45:00 -0800 Subject: added current config --- nvim/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 nvim/README.md (limited to 'nvim/README.md') diff --git a/nvim/README.md b/nvim/README.md new file mode 100644 index 0000000..64531f5 --- /dev/null +++ b/nvim/README.md @@ -0,0 +1,19 @@ +# Lua based Neovim Configuration + +## Directory Structure +In ```~/.config/nvim``` +``` +|-- lua +| |-- core +| |-- lsp +| |-- plugins +| | |-- plug 1 +|-- init.lua +``` + + +## Plugins +## Mappings +## UI +### Theme +### Vimline -- cgit v1.2.3