2026 Miscellaneous changes#
Any set of changes which do not need a dedicated page go here.
2026-02#
Telescope search updates#
Reworked Telescope file-search command setup in
lua/plugins/expedition/telescope.luasorgandfdexclusions are centralized and reused.Updated exclusions to consistently skip nested metadata locations:
.git/, Obsidian’s.obsidian/, and Dropbox cache/state paths.Made the
rgexclusion paths derive from$HOME(via relative path normalization), so the same config works across different machines.Fixed favorite-directory keymaps to use expanded absolute paths, which makes recursive lookups stable for
find_filesandlive_grep.
Plugin management and load updates#
Switched
lazy.nvimsetup ininit.luato usespec = { import = ... }imports and enableddefaults.version = "*".Added placeholder import groups for OS/user overlays:
plugins.os-configandplugins.user-config.
Plugin changes#
Removed#
Removed snippet stack from Neovim completion setup:
L3MON4D3/LuaSnipsaadparwaiz1/cmp_luasniprafamadriz/friendly-snippets