901038145d
visuals: move highlight-undo to its own module; deprecate old opts
...
Upstream cucked us.
2024-10-07 03:15:49 +03:00
dad69f8af9
visuals/nvim-cursorline: also modify option name to match module dir
2024-10-07 03:15:48 +03:00
ccd0582d09
visuals: move cellular-automaton to its own module
...
Scuffed impl.
2024-10-07 03:15:47 +03:00
b4de344253
cinnamon-nvim: get rid of submodule in setupOpts
2024-10-07 03:15:46 +03:00
658d380232
visuals: move cinnamon-nvim to its own module; deprecate smoothScroll
...
The option visuals.smoothScroll was confusing as there can be more than one backend.
2024-10-07 03:15:45 +03:00
688a41b621
visuals: rename fidget to fidget-nvim
...
This matches the naming convention in the fidget module options.
2024-10-07 03:15:44 +03:00
781fde66a9
visuals: move indent-blankline to its own module
2024-10-07 03:15:43 +03:00
95b09bc3a4
visuals: move nvim-scrollbar to its own module; switch to setupOpts
2024-10-07 03:15:42 +03:00
db54345de1
visuals: move nvim-cursorline to its own module; switch to setupOpts
2024-10-07 03:15:41 +03:00
47b5d51f5c
nvimWebDevicons: rename to nvim-web-devicons; switch to setupOpts
2024-10-07 03:15:40 +03:00
Ching Pei Yang
d649939b24
fidget: lazy load
2024-10-06 19:35:10 +02:00
diniamo
99ace503ad
fastaction: add module ( #376 )
...
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-html) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-json) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-manpages) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
* plugins/lsp: add code-actions module; add fastaction.nvim
* deprecate nvimCodeActionMenu
* fastaction-nvim: move range_code_action to visual maps
* fastaction: move to vim.ui, remove mappings, enable register_ui_select by default
* fastaction: add missing documentation
* fastaction: support vim.ui.borders
* treewide: clean up nvim-code-action-menu remnants
* docs: add missing section ids
---------
Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-09-20 18:51:11 +03:00
Ching Pei Yang
b499151527
treewide: standardize border type ( #341 )
...
* ui: allow custom listOf str border type
* lib: extract shared borderType
* remove TODO
* allow ["|" "HighlightGroup"] for border char
* docs: update rl notes
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-09-13 19:34:21 +03:00
diniamo
f9789432f9
treewide: make the entire generated config lua based ( #333 )
...
* 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>
2024-07-20 08:30:48 +00:00
diniamo
32d231395f
plugins/visuals(indent-blankline): move to setupOpts ( #329 )
...
* plugins/visuals(indent-blankline): move to setupOpts
* configuration: match indentblankline part with changes
2024-07-12 15:47:33 +00:00
Frothy
4df41ae0d0
visuals/fidget: use submodule for notification group overrides
2024-05-01 23:19:44 -04:00
Ching Pei Yang
f0631c2d26
fidget: do not apply mkLuaInline to str opts
2024-04-27 16:09:27 +02:00
Ching Pei Yang
c220da2af9
fidget: remove ineffectful option
...
whether you set clear_on_detach to true or false you still get the
default behaviour
2024-04-27 16:09:27 +02:00
7c730a78e5
treewide: begin restructuring the module tree
2024-04-07 17:16:13 +03:00