You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@
8
8
<b>Neopywal.nvim</b> is a Neovim colorscheme plugin that automatically fetches and applies the colors that are auto generated by <a href="https://github.com/dylanaraps/pywal">Pywal</a>, featuring plenty of configuration options and support for various plugins within the Neovim ecosystem.
9
9
</p>
10
10
11
+
> [!IMPORTANT]
12
+
> Neopywal is under the process of a documentation update, so until v3.0.0 is released, expected slightly outdated documentation, or even slightly broken vim `:h neopywal` pages.
13
+
11
14

12
15
\
13
16

@@ -28,8 +31,8 @@
28
31
- Automatic reloading of colorscheme with Pywal theme changes.
29
32
- Support for LSP, treesitter and [a bunch of plugins](./docs/neopywal-plugins.md).
30
33
- Enhanced syntax highlighting for [fileformats](./docs/neopywal-fileformats.md) (without treesitter).
31
-
-[Compiled](#-Compilation) user's configuration for fast startup times.
32
-
-[Interactive](#-Interactive-Mode) mode for live config re-loading.
34
+
-[Compiled](#-compilation) user's configuration for fast startup times.
35
+
-[Interactive](#-interactive-mode) mode for live config re-loading.
33
36
34
37
<!-- Installation {{{ -->
35
38
@@ -111,7 +114,7 @@ When loading the "light" theme variant, Neopywal **won't** generate any new colo
111
114
To use a genuine light theme with Neopywal, generate a new colorscheme with Pywal while using the `-l` flag.
112
115
113
116
```sh
114
-
$ wal -l -i /path/to/your/image
117
+
wal -l -i /path/to/your/image
115
118
```
116
119
117
120
<!-- }}} -->
@@ -300,8 +303,8 @@ You can look for alternatives that will work with Neopywal in the following [sec
300
303
301
304
## 😍 Enjoy
302
305
303
-
Neopywal is a hobby project, however if you do like this work you can give this project a star ⭐
306
+
Neopywal is a solo developed hobby project, however if you do like this work you can give this project a star ⭐
304
307
\
305
-
And if you really like the project and would like to help it grow, you can always send a PR modifying any part of the source code to your heart's content, any contribution is welcomed and greatly appreciated ;D
308
+
And if you really like the project and would like to help it grow, you can always send a PR modifying any part of the source code to your heart's content, any contributions are welcomed and are greatly appreciated ;D
0 commit comments