Commit Graph

33 Commits

Author SHA1 Message Date
NotAShelf ef6be76313
core/build: allow paths in `additionalRuntim`
an option with path in its name doesn't take a path, what a tragedy
2024-04-20 13:39:02 +03:00
NotAShelf 60dd98c761
core/build: add luaConfigPre and luaConfigPost
This allows for the insertion of verbatim lua configurations without resorting to the DAG system
2024-04-17 13:12:29 +03:00
NotAShelf 7cb47c71b3
utility/telescope: add plenary-nvim to explicit dependencies 2024-04-14 19:11:40 +03:00
NotAShelf cb362a7905
modules/core: move mkSection functions to lib/dag 2024-04-14 14:49:45 +03:00
NotAShelf 51e28d415a
lib: move global functions to extended lib 2024-04-08 01:36:59 +03:00
NotAShelf a12ba5689a
lib: move all binding related functions to lib/binds 2024-04-07 18:31:06 +03:00
NotAShelf 7c730a78e5
treewide: begin restructuring the module tree 2024-04-07 17:16:13 +03:00
Ching Pei Yang 5d8eb192d7 plugins: switch to mkLuaInline 2024-04-04 18:10:27 +00:00
Frothy 974bfcc78e treewide: make lib calls explicit 2024-03-23 20:31:33 -04:00
Frothy 35143b7dda wrapper: optionally wrap neovim with extra lua packages 2024-02-17 18:12:54 -05:00
Frothy 4dc7576176 treewide: change modules to use 'inherit (builtins) ... 2023-11-14 00:18:32 -07:00
Frothy ffa25c8c8a treewide: move from 'with lib' to 'inherit (lib) ...' 2023-11-06 21:41:53 -07:00
NotAShelf 3fde6a4bf3
modules/core: inherit literalExpression from lib 2023-11-06 12:39:54 +03:00
NotAShelf c1f449137f
treewide: cleanup 2023-11-06 12:33:38 +03:00
NotAShelf 3de5f1ba39
docs: use nixosOptionDocs
NixOS 23.11 is deprecating DocBook option documentation. Following home-manager in this change is probably a good idea
2023-11-04 14:30:04 +03:00
Ching Pei Yang 8d72e28c4d add descriptions for extraPlugins 2023-07-26 15:36:24 +02:00
Ching Pei Yang 5981cd14f8 rename for clarity 2023-07-26 15:27:08 +02:00
Ching Pei Yang afec39f3d9 make extraPluginType singular instead of a list 2023-07-21 15:39:20 +02:00
Ching Pei Yang 2167481cc2 implement extraPluginConfigs 2023-07-21 15:25:46 +02:00
NotAShelf 2319ee082c dev: custom type for extraPlugin module 2023-07-21 15:25:46 +02:00
n3oney dced02feed
chore: add comments 2023-05-22 19:00:33 +02:00
n3oney 5c6cd508c3
feat: make it possible to use strings for the RC
when providing a string, it will get mapped as if it was given with nivm.dag.entryAnywhere, which will most likely be what people want
2023-05-22 16:12:00 +02:00
NotAShelf f63e82c1c0
Merge pull request #71 from horriblename/feat-lua-loader
feat: new option to enable lua module loader
2023-05-10 10:48:17 +03:00
Ching Pei Yang 425b55167e feat: new option to enable lua module loader 2023-05-09 12:14:53 +02:00
n3oney 065bab00ab
docs: fix docs build 2023-05-03 12:17:49 +02:00
n3oney 0068af2d66
refactor!: use a new keymaps configuration format 2023-04-18 17:47:43 +02:00
n3oney 13783d3d12
fix: correct imap misspelling 2023-04-18 17:43:53 +02:00
n3oney fbe4e0ad2f
refactor: use builtin nvim function 2023-04-18 17:43:52 +02:00
n3oney cbeedbbab5
fix: properly escale quotes in values 2023-04-18 17:43:51 +02:00
n3oney 0649f710be
refactor!: use a new keymaps configuration format 2023-04-18 17:43:50 +02:00
NotAShelf 2458eb7f00
style: formatting 2023-04-04 23:48:37 +03:00
NotAShelf d8b52451dd
feat: run the config through deadnix 2023-03-31 05:20:35 +03:00
NotAShelf 9c00808863
dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00