1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-03 06:09:49 +01:00

Commit graph

  • 0388898648
    docs: fix build failures due to literalMD NotAShelf 2024-04-20 19:01:54 +0300
  • f17cf118a6
    wrapper: rename spellChecking to spellcheck NotAShelf 2024-04-20 19:01:33 +0300
  • 6d681c2c08
    flake/modules: add options to set default editor to nixos and home-manager modules NotAShelf 2024-04-20 19:00:58 +0300
  • 4d8dcc7e49
    modules/neovim: rename vim.spellChecking to vim.spellcheck NotAShelf 2024-04-20 19:00:20 +0300
  • 5c7fd22c1d
    flake: update inputs NotAShelf 2024-04-20 18:59:55 +0300
  • 738f6709ff
    docs: update v0.6 release notes NotAShelf 2024-04-20 18:19:21 +0300
  • 43263040a4
    treewide: restructure modules directory; add comments to modules top-level import NotAShelf 2024-04-20 18:09:39 +0300
  • 6eea801cd6
    neovim/spellcheck: allow disabling spellchecking for filetypes NotAShelf 2024-04-20 18:09:11 +0300
  • 4997865547
    types/plugins: inherit example in pluginsOpt NotAShelf 2024-04-20 18:08:07 +0300
  • 4c5b33b827
    wrapper: enable spellchecking for maximal package NotAShelf 2024-04-20 18:07:35 +0300
  • 27eedd0db6
    plugins/spellcheck: use the internal vim.spellChecking as enable condition NotAShelf 2024-04-20 18:05:13 +0300
  • f3817fb4b2
    Merge pull request from horriblename/fix-bad-import NotAShelf 2024-04-20 14:02:41 +0000
  • 82499551f3
    Merge pull request from horriblename/docs-setupOpts NotAShelf 2024-04-20 13:58:30 +0000
  • 433525525d
    types/plugins: align mkPluginSetupOption description NotAShelf 2024-04-20 13:48:15 +0000
  • 4ff3919f76 fixup! docs: crude migration guide Ching Pei Yang 2024-04-20 15:17:50 +0200
  • f5270d30a9 fixup! refactor: extract function to lib Ching Pei Yang 2024-04-20 15:15:31 +0200
  • b682148337 docs: format text Ching Pei Yang 2024-04-20 14:24:00 +0200
  • b38886d25d refactor: extract function to lib Ching Pei Yang 2024-04-20 14:59:46 +0200
  • 79e1691120
    Merge pull request from horriblename/unfuck-fuckups Ching Pei Yang 2024-04-20 14:29:17 +0200
  • 3766db3503 fix: bad rebase Ching Pei Yang 2024-04-19 21:28:07 +0200
  • ef6be76313
    core/build: allow paths in additionalRuntim NotAShelf 2024-04-20 13:39:02 +0300
  • 13b59b00db
    Merge pull request from horriblename/cleanup-extra-print NotAShelf 2024-04-20 09:58:34 +0000
  • 685176e94a docs: crude migration guide Ching Pei Yang 2024-04-20 02:53:59 +0200
  • 21aa2096e6 docs: explain setupOpts Ching Pei Yang 2024-04-20 02:24:02 +0200
  • 8fe69dd332 cleanup: extra print Ching Pei Yang 2024-04-20 02:14:26 +0200
  • e710afd1ac fix: add rename warnings for nvimtree.setupOpts Ching Pei Yang 2024-04-19 21:14:41 +0200
  • bea3b43733 fix: renamed option as setupOpts Ching Pei Yang 2024-04-19 21:11:22 +0200
  • 20d1d20ed6
    Merge pull request from NotAShelf/docs-refactor NotAShelf 2024-04-18 21:16:37 +0000
  • 3709b72382
    fix: typo Ching Pei Yang 2024-04-18 23:12:07 +0200
  • fe0d79b9af
    Merge pull request from horriblename/fix-bad-import NotAShelf 2024-04-18 19:09:11 +0000
  • 93b6dbc422
    docs: include DAGs section in configuring chapter NotAShelf 2024-04-18 21:57:47 +0300
  • 99fd8c9eb6 fix: bad import Ching Pei Yang 2024-04-18 20:58:27 +0200
  • f8d564c595
    lib: add functions to create DAGs from lists rycee 2024-04-18 21:30:40 +0300
  • 2d08f3ad39
    docs: filter source by markdown NotAShelf 2024-04-18 21:07:19 +0300
  • 67927b5f65
    docs: use --subst-var-by instead of --replace-fair NotAShelf 2024-04-20 07:45:49 +0300
  • ba9449c644
    docs: reduce section depth in TOC NotAShelf 2024-04-20 06:58:39 +0300
  • 4beab0341f
    docs: restructure documentation NotAShelf 2024-04-20 06:57:11 +0300
  • bd9eb56531
    Merge pull request from NotAShelf/additional-runtime NotAShelf 2024-04-18 16:53:12 +0000
  • 2366ba3b67
    docs: add release note entries for luaConfigBefore & luaConfigAfter NotAShelf 2024-04-17 03:25:04 +0300
  • 60dd98c761
    core/build: add luaConfigPre and luaConfigPost NotAShelf 2024-04-17 03:01:44 +0300
  • d2d40362f4
    lib/lua: move wrapLuaConfig to lib & structure arguments NotAShelf 2024-04-17 03:00:27 +0300
  • 522a1b9310
    Merge pull request from jacekpoz/v0.6 NotAShelf 2024-04-14 23:14:57 +0000
  • b93ce3ced8
    plugins/nvim-cmp: add alwaysComplete option jacekpoz 2024-04-14 22:10:41 +0200
  • 7cb47c71b3
    utility/telescope: add plenary-nvim to explicit dependencies NotAShelf 2024-04-14 19:11:40 +0300
  • 7ef583aeee
    plugins/gitsigns: fix renamedOptionModule definition NotAShelf 2024-04-14 18:45:58 +0300
  • 44120bd5b6
    Merge pull request from NotAShelf/plugins/fugitive NotAShelf 2024-04-14 15:39:24 +0000
  • f78696f13b
    plugins/git: add vim-fugitive; modularize NotAShelf 2024-04-14 18:33:16 +0300
  • 165c3369aa
    plugins/glow: get pushDownDefault from lib.nvim.binds NotAShelf 2024-04-14 17:20:30 +0300
  • c53c8311fc
    flake/modules: add finalPackage akin to nixos' neovim module NotAShelf 2024-04-14 17:13:57 +0300
  • 8c4f32645b
    Revert "flake/modules: remove builtPackage" NotAShelf 2024-04-14 17:02:39 +0300
  • 2aa004b456
    flake/modules: remove builtPackage NotAShelf 2024-04-14 16:57:40 +0300
  • ebac4c87f4
    flake: don't type check builtPackage NotAShelf 2024-04-14 16:51:20 +0300
  • 534b837dab
    docs: 0.6 release notes; update developer documentation NotAShelf 2024-04-14 15:36:23 +0300
  • ecbe60d57b
    flake: update inputs NotAShelf 2024-04-14 15:13:58 +0300
  • b1d6ec75ed
    Merge pull request from NotAShelf/new-tree-structure NotAShelf 2024-04-14 12:09:44 +0000
  • 011e6c0c8b
    neovim/basic: remove option list in lineNumberMode opt description NotAShelf 2024-04-14 15:09:13 +0300
  • 219f048238
    configuration.nix: remove redundant vim parrent attributes NotAShelf 2024-04-14 15:04:47 +0300
  • cb362a7905
    modules/core: move mkSection functions to lib/dag NotAShelf 2024-04-14 14:49:45 +0300
  • b4384a833f
    modules: move vim-dirtytalk to plugins/spellcheck NotAShelf 2024-04-14 14:41:10 +0300
  • 6011ec2bab
    lib: get rid of the redundant let in block NotAShelf 2024-04-09 11:18:16 +0300
  • b928f0bc4e
    docs: extract scrubDerivations function from nmd NotAShelf 2024-04-09 11:16:23 +0300
  • 576429ba5c
    basic/spellcheck: pass a string to literalExpression NotAShelf 2024-04-09 10:04:09 +0300
  • 3861d9a161
    flake: pass inputs to docs NotAShelf 2024-04-09 10:02:58 +0300
  • 88cf62fbc8
    modules: add prefix to plugin builder NotAShelf 2024-04-09 09:55:45 +0300
  • eb76f5fbd5
    Merge pull request from NotAShelf/dependabot/github_actions/peaceiris/actions-gh-pages-4 NotAShelf 2024-04-09 04:45:12 +0000
  • 7af67637c5
    chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 dependabot[bot] 2024-04-08 19:45:46 +0000
  • 0ce5437c8f
    docs: add notice of maintenance NotAShelf 2024-04-08 04:35:35 +0300
  • 859b03dfde
    flake: autodiscover plugin inputs NotAShelf 2024-04-08 03:28:49 +0300
  • cf09a3bb8b
    flake/modules: add nixos-module; expose builtPackage NotAShelf 2024-04-08 03:28:30 +0300
  • 51e28d415a
    lib: move global functions to extended lib NotAShelf 2024-04-08 01:36:59 +0300
  • a12ba5689a
    lib: move all binding related functions to lib/binds NotAShelf 2024-04-07 18:31:06 +0300
  • 7c730a78e5
    treewide: begin restructuring the module tree NotAShelf 2024-04-07 17:16:08 +0300
  • e1835f6c46
    Merge pull request from horriblename/setupopts NotAShelf 2024-04-07 12:39:15 +0000
  • 2be8db54d5 docs: developer docs on setupOpts Ching Pei Yang 2024-04-06 20:33:31 +0000
  • 86443be8f1 docs: update release notes Ching Pei Yang 2024-04-06 19:58:43 +0000
  • 01e35f9877 fix: temp descriptions Ching Pei Yang 2024-04-06 18:07:53 +0000
  • 893742f6e9 cleanup: remove more nvim-compe Pei Yang Ching 2024-04-06 19:12:58 +0200
  • 1d5fa0afdc remove sub-options for lualine.setupOpts Pei Yang Ching 2024-04-06 19:10:13 +0200
  • 87e8732461
    statusline/lualine: fix wrong type for nvim-navic NotAShelf 2024-04-06 19:14:47 +0300
  • 2d9c1b34c6 cleanup: remove references to nvim-compe Ching Pei Yang 2024-03-22 15:06:45 +0000
  • 29f78f7827 fix(nvimtree): errors in refactor Ching Pei Yang 2024-03-16 10:32:20 +0000
  • 5d8eb192d7 plugins: switch to mkLuaInline Ching Pei Yang 2024-03-16 09:29:32 +0000
  • 77d3cd5e0c lib: switch to mkLuaInline Ching Pei Yang 2024-03-16 09:29:07 +0000
  • 5ea6272bee feat(smartcolumn): custom setup opts Ching Pei Yang 2024-03-10 21:00:14 +0000
  • 80fee9dae7 feat(nvim-notify): custom setup opts Ching Pei Yang 2024-03-10 20:41:33 +0000
  • 64f167e7c5 feat(modes): custom setup opts Ching Pei Yang 2024-03-10 19:02:04 +0000
  • 5387ca2b5a feat(colorizer): custom setup opts Ching Pei Yang 2024-03-10 18:45:26 +0000
  • 7e16923952 refactor: reduce duplicate code Ching Pei Yang 2024-03-10 18:40:33 +0000
  • 4b79c50201 feat(breadcrumbs): custom setup opts Ching Pei Yang 2024-03-10 18:37:49 +0000
  • daa10b508b feat(toggleterm): custom setup opts Ching Pei Yang 2024-03-09 13:55:44 +0000
  • 59d5ac0d63 feat(session-manager): custom setup opts Ching Pei Yang 2024-03-03 16:48:12 +0000
  • 47acf325d6 dev: add custom type rawLua Ching Pei Yang 2024-03-03 11:47:58 +0000
  • 0e802c03ef feat(neocord): custom setup Ching Pei Yang 2024-02-17 23:47:47 +0100
  • 6fd35972d9 feat(autopairs): custom setup opts Ching Pei Yang 2024-02-17 14:13:52 +0100
  • 4db6950558 feat(project-nvim): custom setup Ching Pei Yang 2024-02-17 23:29:58 +0100
  • 3f4ef987dd feat(todo-comments): custom setup Ching Pei Yang 2024-02-17 22:28:12 +0100
  • 2feaadc266 feat(orgmode): custom setup Ching Pei Yang 2024-02-17 16:46:16 +0100
  • e5fba51877 feat(obsidian-nvim): custom setup Ching Pei Yang 2024-02-17 16:30:26 +0100
  • 88c22ef026 feat(copilot): custom setup opts Ching Pei Yang 2024-02-17 13:51:05 +0100
  • 62b0791b75 feat(docs-view): custom setup Ching Pei Yang 2024-02-17 16:10:45 +0100