diff options
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 |