* utility/precognition: init
* utility/precognition: fix priority example, add default
* utility/precognition: add files to default.nix
* utility/precognition: fix typos, manual fmt
* utility/precognition: remove useless mappings
i was going to add binds to toggle/enable/disable but ehhh
idk
* utility/precognition: fix hints option
it broke
* utility/precognition: update gutter hints, new description
* utility/precognition: add files to motion defaults
* utility/precognition: add plugin to flake
* utility/precognition: remove comment reference
oops
* utility/precognition: add precognition to maximal configuration
it does work!
* utility/precognition: update descriptions
needs docs link, desc is somewhat obscure.
* docs: add credit to release notes
* utility/precognition: format
* utility/precognition: de-linkify descriptions
* utility/precognition: no more rec
* utility/precognition: convert to setupOpts
honestly raf was cooking with this one.
it's much nicer to use compared to interpolation lol
* utility/precognition: remove unnecessary function parameter
* utility/precognition: format
* utility/precognition: add description to disabled_fts
oops
* utility/precognition: manual format
* utility/precognition: remove periods at the end of descriptions
* utility/precognition: fix configuration.nix entry
oops lol
* utility/precognition: format
* utility/precognition: expand `vim`
* precognition: consistency changes
Just my minor nits.
---------
Co-authored-by: NotAShelf <raf@notashelf.dev>
* Telescope: fix projects binding, add Telescope resume in default
The projects command had a typo preventing it from working; the
keybinding description was the same as for Telescope files.
Added `<leader>fr` for Telescope resume per default.
* Add info to release notes
* modules: switch to gerg's neovim-wrapper
* modules: use initViml instead of writing the file
* treewide: make the entire generated config lua based
* docs: remove mentions of configRC
* plugins/treesitter: remove vim.cmd hack
* treewide: move resolveDag to lib
* modules/wrapper(rc): fix typo
* treewide: migrate to pluginRC for correct DAG order
The "new" DAG order is as follows:
- (luaConfigPre)
- globalsScript
- basic
- theme
- pluginConfigs
- extraPluginConfigs
- mappings
- (luaConfigPost)
* plugins/theme: fix theme DAG place
* plugins/theme: fix fixed theme DAG place
* modules/wrapper(rc): add removed option module for configRC
* docs: add dag-entries chapter, add release note entry
* fix: formatting CI
* languages/nix: add missing `local`
* docs: fix page link
* docs: add mention of breaking changes at the start of the release notes
* plugins/neo-tree: convert to pluginRC
* modules/wrapper(rc): add back entryAnywhere
* modules/wrapper(rc): expose pluginRC
* apply raf patch
---------
Co-authored-by: NotAShelf <raf@notashelf.dev>