Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/maxmx03/solarized.nvim into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Dec 22, 2023
2 parents bf3d07a + 6d1b50f commit a43e75d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions doc/solarized.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*solarized.nvim.txt* For NVIM v0.9.1 Last change: 2023 December 21
*solarized.nvim.txt* For NVIM v0.9.1 Last change: 2023 December 22

==============================================================================
Table of Contents *solarized.nvim-table-of-contents*
Expand All @@ -15,6 +15,7 @@ Table of Contents *solarized.nvim-table-of-contents*
- Config Highlights |solarized.nvim-config-highlights|
- Config Colors |solarized.nvim-config-colors|
- Config Enables |solarized.nvim-config-enables|
- Config Autocmd |solarized.nvim-config-autocmd|
- Lualine |solarized.nvim-lualine|
- Barbecue |solarized.nvim-barbecue|
- Api |solarized.nvim-api|
Expand Down Expand Up @@ -121,7 +122,6 @@ DEFAULT CONFIG *solarized.nvim-default-config*
enables = {
bufferline = true,
cmp = true,
custom = true, -- solarized's custom highlights
diagnostic = true,
dashboard = true,
editor = true,
Expand All @@ -146,9 +146,7 @@ DEFAULT CONFIG *solarized.nvim-default-config*
highlights = {},
colors = {},
theme = 'default', -- or 'neo'
extras = {
highlight_token = false,
},
autocmd = true,
})

vim.cmd.colorscheme = 'solarized'
Expand Down Expand Up @@ -271,6 +269,11 @@ example:
<


CONFIG AUTOCMD *solarized.nvim-config-autocmd*

This option enhances highlighting by enabling Solarized’s autocmd feature.


LUALINE *solarized.nvim-lualine*

>lua
Expand Down

0 comments on commit a43e75d

Please sign in to comment.