diff options
| author | Nanderty <psopka@sopka.ch> | 2023-05-20 23:31:49 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-05-20 23:31:49 +0200 |
| commit | 26d83034fd6d20a9c579156be15ec1fdfd7164fb (patch) | |
| tree | 4d7d774babf1456c52730aa385258fbb6d106443 /lua/plugins/colorscheme.lua | |
| parent | 2868e0ca36c24a5d99c9d081cd934231818cdb78 (diff) | |
| download | neovim-config-26d83034fd6d20a9c579156be15ec1fdfd7164fb.tar.gz neovim-config-26d83034fd6d20a9c579156be15ec1fdfd7164fb.tar.bz2 neovim-config-26d83034fd6d20a9c579156be15ec1fdfd7164fb.zip | |
gui
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 4181b86..a857143 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -8,7 +8,7 @@ return { require('monokai-pro').setup({ plugins = { indent_blankline = { - context_highlight = "pro", + context_highlight = 'pro', }, }, override = function(c) |
