diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 01:38:05 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 01:38:05 +0200 |
commit | 17ed717c0f24d2cf4c73a7b29bb84de5ca467375 (patch) | |
tree | 94c700ff0cc08edc0f50fefcfdad422a676bec6d /README.md | |
parent | 99a9c0dcfef8d1a72223a55105931f5a55af614f (diff) | |
parent | 699aa9cd153dd14c00405fa26a7b9d93aed6dbe2 (diff) |
Merge branch 'master' of github.com:aktersnurra/no-clown-fiesta.nvim
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -18,3 +18,20 @@ NB if anyone else use this colorscheme, it could be wise to fix the commit. At t - Treesitter - StatusLine (the default non custom one) - WhichKey + +## Configuration +It's possible to configure some preferences, for example: + +```lua +vim.g.transparent_background = true +vim.g.italic_comments = false +``` + +These are all the available variables and their default values. +| Variable | Default | +| --- | --- | +| transparent_background | false | +| italic_comments | true | +| italic_keywords | false | +| italic_functions | false | +| italic_variables | false | |