Skip to content

Commit

Permalink
readme info fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lipeeeee committed Sep 28, 2023
1 parent 8dc45c3 commit 2050c7d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# NeoVim config (1.0) Vim to Neovim migration, personal nvim cfg
# NeoVim config (1.0)
Release 1.0... Vim to Neovim migration, personal nvim cfg

# Installation
## Linux
Expand All @@ -19,6 +20,7 @@ nvim
```

## CONFIG STRUCTURE
```
.
├── LICENSE
├── README.md
Expand Down Expand Up @@ -74,8 +76,10 @@ nvim
└── utils
└── time.lua
12 directories, 41 files

```
## Lines of code
```
find . -name '*.lua' | xargs wc -l
54 ./init.lua
45 ./lua/lipe/preferences/options.lua
Expand Down Expand Up @@ -116,7 +120,7 @@ find . -name '*.lua' | xargs wc -l
23 ./lua/lipe/globals/colors.lua
17 ./lua/lipe/utils/time.lua
1989 total

```
# Dependencies
- 0.9.2 nvim
- npm, python and a C compiler for basic dependencies
Expand Down

0 comments on commit 2050c7d

Please sign in to comment.