Ching Pei Yang
4701bb15c5
surround-nvim: lazy load
2024-10-06 20:13:39 +02:00
Ching Pei Yang
f7b099e6f8
leap: lazy load
2024-10-06 19:35:10 +02:00
Ching Pei Yang
fb36de0aac
icon-picker: lazy load
2024-10-06 19:35:10 +02:00
Ching Pei Yang
a9ce2fe101
diffview: lazy load
2024-10-06 19:35:10 +02:00
Ching Pei Yang
127ae0200d
cheatsheet: lazy load
2024-10-06 19:35:10 +02:00
Ching Pei Yang
bc6597c36a
telescope: lazy load
2024-10-06 19:35:09 +02:00
diniamo
7a8b95cf7c
Surround setupopts ( #402 )
...
* surround: fix keymaps
* surround: make description multi-line
2024-10-06 14:35:07 +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
ppenguin
9eb6159ca3
Telescope: fix projects binding, add Telescope resume in default ( #370 )
...
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
* 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
2024-09-08 15:44:42 +00:00
poz
fd65c83956
plugins/new-file-template: init module ( #350 )
...
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/new-file-template: init module
* docs: add release note entry about new-file-template.nvim
* docs: update jacekpoz's link
* plugins/new-file-template: remove _: in default.nix
* plugins/new-file-template: add example for disableSpecific
* plugins/new-file-template: add docs on how to add custom templates
* plugins/new-file-template: fix disableSpecific example
* plugins/new-file-template: improve documentation
* plugins/new-file-template: remove redundant example
* plugins/new-file-template: more compact docs
* plugins/new-file-template: more doc improvements
* plugins/new-file-template: fix formatting issue
2024-08-08 18:45:33 +00: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
Gerg-L
8d5f23035d
treewide: cleanup ( #324 )
...
* statix, deadnix, alejandra
* _file
* _module.args
* concatStringsSep "\n" -> concatLines
concatStringsSep "\n" map -> concatMapStringsSep "\n"
* mkShell nativeBuildInputs -> packages
2024-07-08 21:57:58 +00:00
diniamo
a437dbd158
which-key: allow null in registers
2024-06-12 01:24:03 +02:00
7cb47c71b3
utility/telescope: add plenary-nvim to explicit dependencies
2024-04-14 19:11:40 +03:00
165c3369aa
plugins/glow: get pushDownDefault
from lib.nvim.binds
2024-04-14 17:21:14 +03:00
a12ba5689a
lib: move all binding related functions to lib/binds
2024-04-07 18:31:06 +03:00
7c730a78e5
treewide: begin restructuring the module tree
2024-04-07 17:16:13 +03:00