blob: 8410ed5cc170d5d0431e8c49fee74dca4a56e7db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# gruvbox.nvim
A port of [gruvbox community](https://github.com/gruvbox-community/gruvbox) theme to lua with [treesitter](https://github.com/nvim-treesitter/nvim-treesitter) support!
Please note that this plugin is under active development right now, so the status for it is still alpha.
# Installing
Using `vim-plug`
```
Plug 'tjdevries/colorbuddy.nvim' # required
Plug 'npxbr/gruvbox.nvim'
```
Using `packer`
```
use {"npxbr/gruvbox.nvim", requires = {"tjdevries/colorbuddy.vim"}}
```
# Usage
Inside `init.vim`
```lua
lua require("colorbuddy").colorscheme("gruvbox")
-- or
lua require("colorbuddy").colorscheme("gruvbox", "light") -- for light mode
```
# Configuration
all `g:gruvbox_` configs are the same [as the original one](https://github.com/morhetz/gruvbox/wiki/Configuration) except for `g:gruvbox_guisp_fallback`
# Supported plugins
- [vim-signify](https://github.com/mhinz/vim-signify)
- [vim-startify](https://github.com/mhinz/vim-startify)
- [galaxyline.nvim](https://github.com/glepnir/galaxyline.nvim)
More to be added..
|