From cf1a664649c5b43f2a1fc629e6fd7047e7ac24ff Mon Sep 17 00:00:00 2001
From: GitHub Actions
Added nvim-navic in panel
Switched to nixosOptionsDoc
in option documentation. To quote home-manager
commit: “Output is mostly unchanged aside from some minor typographical and
formatting changes, along with better source links.”
Updated indent-blankine.nvim to v3 - this comes with a few option changes,
-which will be migrated with renamedOptionModule
Fixed scrollOffset not being used
Updated clangd to 16
Disabled useSystemClipboard
by default
Add support to change mappings to utility/surround
Add black-and-isort python formatter
Removed redundant “Enable …” in mkEnableOption
descriptions
Add options to modify LSP key bindings and add proper which-key descriptions
Changed type of statusline.lualine.activeSection
and
+which will be migrated with renamedOptionModule
poz:
Fixed scrollOffset not being used
Updated clangd to 16
Disabled useSystemClipboard
by default
Add support to change mappings to utility/surround
Add black-and-isort python formatter
Removed redundant “Enable …” in mkEnableOption
descriptions
Add options to modify LSP key bindings and add proper which-key descriptions
Changed type of statusline.lualine.activeSection
and
statusline.lualine.inactiveSection
from attrsOf str
to
attrsOf (listOf str)
Added statusline.lualine.extraActiveSection
and
statusline.lualine.extraInactiveSection
vim.assistant.chatgpt.enable
. Do keep in mind that this option
requires OPENAI_API_KEY
environment variable to be set.Added Gruvbox theme.
Added marksman LSP for Markdown.
Fixed markdown preview with Glow not working and added an option for changing the preview keybind.
colorizer.nvim: switched to a maintained fork.
Added markdown-preview.nvim
, moved glow.nvim
to a brand new
-vim.utility.preview
category.
Added rose-pine theme.
Added vim.autocomplete.alwaysComplete
. Allows users to have the autocomplete
+vim.utility.preview
category.
Added rose-pine theme.
poz:
Added vim.autocomplete.alwaysComplete
. Allows users to have the autocomplete
window popup only when manually activated.
Fixed empty winbar when breadcrumbs are disabled.
Added custom setupOpts
for various plugins.
Removed support for deprecated plugin “nvim-compe”.
Moved most plugins to setupOpts
method.
Added option vim.luaPackages
to wrap neovim with extra Lua packages.
Rewrote the entire fidget.nvim
module to include extensive configuration
options. Option vim.fidget-nvim.align.bottom
has been removed in favor of
vim.fidget-nvim.notification.window.align
, which now supports top
and
@@ -289,7 +289,7 @@ longer filtered and thus should be used instead.
$XDG_CONFIG_HOME/nvf is intentional.
Switch from rust-tools.nvim to the more feature-packed rustaceanvim. This switch entails a whole bunch of new features and options, so you are recommended to go through rustacean.nvim’s README to take a closer look at its -features and usage
Add lz.n support and lazy-load some builtin plugins.
Add simpler helper functions for making keymaps
Add ocaml-lsp support
Fix “Emac” typo
Add new-file-template.nvim to automatically fill new file contents using +features and usage
Add lz.n support and lazy-load some builtin plugins.
Add simpler helper functions for making keymaps
poz:
Add ocaml-lsp support
Fix “Emac” typo
Add new-file-template.nvim to automatically fill new file contents using templates
Make neo-tree.nvim display file icons properly by enabling
visuals.nvimWebDevicons
Move the theme
dag entry to before luaScript
.
Add rustfmt as the default formatter for Rust.
Enabled the terminal integration of catppuccin for theming Neovim’s built-in terminal (this also affects toggleterm).
Migrate bufferline to setupOpts for more customizability
Use clangd
as the default language server for C languages
Expose lib.nvim.types.pluginType
, which for example allows the user to