Compare commits
1 commit
26a77f6b6b
...
2dabf06c01
Author | SHA1 | Date | |
---|---|---|---|
2dabf06c01 |
1 changed files with 2 additions and 2 deletions
|
@ -173,9 +173,9 @@ in
|
||||||
# Other plugins
|
# Other plugins
|
||||||
{
|
{
|
||||||
plugins = {
|
plugins = {
|
||||||
colorizer = {
|
nvim-colorizer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.user_default_options = {
|
userDefaultOptions = {
|
||||||
names = false; # disable named colors (i.e. red)
|
names = false; # disable named colors (i.e. red)
|
||||||
mode = "virtualtext";
|
mode = "virtualtext";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue