diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-29 17:58:39 +0200 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-29 17:58:39 +0200 | 
| commit | e8d9b78648260cff45eb83266b1043a708c98d63 (patch) | |
| tree | 624972d9bd74f83800768e3e4fe16d75eaa88d60 | |
| parent | 1aa942597ae9ff5e174821be01e3f45fa93c79f6 (diff) | |
Update readme
| -rw-r--r-- | README.md | 37 | 
1 files changed, 18 insertions, 19 deletions
@@ -4,28 +4,9 @@ An attempt at a color scheme that does not look like a clown puked up the source   -## Supported Plugins - -- Alpha -- Git -- Hop -- Lir -- LSP -- Lualine -- Markdown -- Neogit -- NvimCmp -- NvimTree -- Telescope -- Treesitter -- StatusLine (the default non custom one) -- WhichKey -  ## Setup  The default configuration is: -  ```lua -  {    transparent_background = palette.bg,    comments = "NONE", @@ -35,8 +16,26 @@ The default configuration is:    type = "NONE",  }  ``` +  These can be overridden when activating the plugin, e.g.:  ```lua  require "no-clown-fiesta".setup({ type = "bold,italic" })  ``` + +## Supported Plugins + +- Alpha +- Git +- Hop +- Lir +- LSP +- Lualine +- Markdown +- Neogit +- NvimCmp +- NvimTree +- Telescope +- Treesitter +- StatusLine (the default non custom one) +- WhichKey  |