diff --git a/options.html b/options.html index d35c07a..da1b99f 100644 --- a/options.html +++ b/options.html @@ -21865,7 +21865,7 @@ attribute set of anything
Theme for lualine
Type: -one of “auto”, “16color”, “gruvbox”, “ayu_dark”, “ayu_light”, “ayu_mirage”, “codedark”, “dracula”, “everforest”, “gruvbox”, “gruvbox_light”, “gruvbox_material”, “horizon”, “iceberg_dark”, “iceberg_light”, “jellybeans”, “material”, “modus_vivendi”, “molokai”, “nightfly”, “nord”, “oceanicnext”, “onelight”, “palenight”, “papercolor_dark”, “papercolor_light”, “powerline”, “seoul256”, “solarized_dark”, “tomorrow”, “wombat”, “onedark”
+one of “auto”, “16color”, “gruvbox”, “ayu_dark”, “ayu_light”, “ayu_mirage”, “ayu”, “codedark”, “dracula”, “everforest”, “gruvbox”, “gruvbox_dark”, “gruvbox_light”, “gruvbox_material”, “horizon”, “iceberg_dark”, “iceberg_light”, “iceberg”, “jellybeans”, “material”, “modus_vivendi”, “molokai”, “moonfly”, “nightfly”, “nord”, “oceanicnext”, “onedark”, “onelight”, “palenight”, “papercolor_dark”, “papercolor_light”, “powerline_dark”, “powerline”, “seoul256”, “solarized_dark”, “solarized_light”, “tomorrow”, “wombat”, “onedark”Default:
"`config.vim.theme.name` if theme supports lualine else \"auto\""
Add python-lsp-server as an additional Python LSP server.
Add vim.options
to set vim.o
values in in your nvf configuration
without using additional Lua. See option documentation for more details.
Add vim.dashboard.dashboard-nvim.setupOpts
to allow user
-configuration for dashboard.nvim
Telescope:
Fixed project-nvim
command and keybinding
Added default ikeybind/command for Telescope resume
(<leader>fr
)
Add LSP and Treesitter support for R under vim.languages.R
.
Add Otter support under vim.lsp.otter
and an assert to prevent conflict with
+configuration for dashboard.nvim
Update lualine.nvim
input and add missing themes:
Adds ayu
, gruvbox_dark
, iceberg
, moonfly
, onedark
,
+powerline_dark
and solarized_light
themes.
Telescope:
Fixed project-nvim
command and keybinding
Added default ikeybind/command for Telescope resume
(<leader>fr
)
Add LSP and Treesitter support for R under vim.languages.R
.
Add Otter support under vim.lsp.otter
and an assert to prevent conflict with
ccc