diff options
author | ben <ben@nagy.contact> | 2025-01-08 15:45:00 -0800 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-01-08 15:45:00 -0800 |
commit | bb2e30b412c23b76ae876e792398f4926467d962 (patch) | |
tree | 4f50f94b7bf50103a61ddbab8a0a30f753918b21 /nvim/README.md | |
parent | ec2cc455fed8933a98a8b13bea015dd9c4b6e99a (diff) |
added current config
Diffstat (limited to 'nvim/README.md')
-rw-r--r-- | nvim/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
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 |