Commit Graph
2552 Commits
Author SHA1 Message Date
Gaetan Lepage 94535b24a2 plugins/lsp: fix tinymist implementation and update options 2024-12-14 18:20:47 +00:00
Austin Horstman 95361fda3c treewide: apply deadnix suggestions 2024-12-14 11:34:26 -06:00
Austin Horstman c7a261db2c flake-modules/dev: add deadnix 2024-12-14 11:34:26 -06:00
Gaetan Lepage 09daa2cb83 plugins/efmls-configs: move from lsp to by-name 2024-12-14 15:20:11 +01:00
Austin Horstman f13bdfec8f plugins/TEMPLATE: add moduleName 2024-12-13 21:30:36 -06:00
Austin Horstman 63c81b1778 lib/options: mkLazyLoadOption: packPathName -> name 2024-12-13 21:30:36 -06:00
Austin Horstman c37031d71f treewide: luaName -> moduleName
Jus to closer align with its usage.
2024-12-13 21:30:36 -06:00
Austin Horstman a7012e7864 treewide: originalName -> packPathName
We used to only think of it as the plugin repo's name, but we have been
needing to use it for the name of the plugin's packpath location.
2024-12-13 21:29:00 -06:00
Austin Horstman e8e396558b docs/user-guide: add lazy-loading.md 2024-12-13 21:19:05 -06:00
Matt Sturgeon 6a192a8604 lib/neovim-plugin: allow configLocation to be wrapped using mkOrder 2024-12-14 02:39:44 +00:00
Gaetan Lepage c181014422 colorschemes/dracula: switch to mkVimPlugin 2024-12-13 16:26:54 +01:00
Gaetan Lepage 2b5a4a3896 plugins/neorg: switch to mkNeovimPlugin 2024-12-13 14:40:02 +00:00
Austin Horstman c0550513b3 plugins/treesitter: extraConfiguLua -> luaConfig 2024-12-13 08:06:01 -06:00
Austin Horstman e60af13695 plugins/lightline: extraConfiguLua -> luaConfig 2024-12-13 08:06:01 -06:00
Austin Horstman 455c5bff3e plugins/nvim-autopairs: extraConfiguLua -> luaConfig 2024-12-13 08:06:01 -06:00
Austin Horstman 8012fbd998 plugins/lz-n: move to extraConfigLuaPre
Code that can trigger lazy loading might be inserted before the trigger
is defined.
2024-12-12 18:07:34 -06:00
Austin Horstman d99bc6ebad plugins/netman: migrate to mkNeovimPlugin 2024-12-12 17:59:46 -06:00
Austin Horstman 1d0404ff43 plugins/netman: remove with lib; and helpers 2024-12-12 17:53:25 -06:00
Austin Horstman 6fcf389a8d colorschemes/catppuccin: add originalName
Supports lazy loading
2024-12-12 17:32:02 -06:00
Austin Horstman 2844c31655 plugins/grug-far: init 2024-12-12 08:09:50 -06:00
Austin Horstman 54b1d91299 plugins/remote-nvim: init 2024-12-11 19:07:58 -06:00
Austin Horstman c7b109f5af plugins/otter: fix treesitter warning 2024-12-11 15:45:45 -06:00
Austin Horstman 2206328137 plugins/neotest: fix adapter warning 2024-12-11 11:28:06 -06:00
Austin Horstman c169e6df1f plugins/hmts: migrate to mkNeovimPlugin 2024-12-11 10:47:16 -06:00
Austin Horstman 1040d597b2 plugins/hmts: remove with lib; 2024-12-11 10:37:35 -06:00
Austin Horstman 58a1f4a399 plugins/hmts: fix warning 2024-12-11 10:26:12 -06:00
Austin Horstman b752606681 tests/lazyloading/lz-n: runNvim false
We don't need to run nvim and see what happens, these are just used for
making sure we're generating the config appropriately.
2024-12-10 10:15:10 -06:00
Austin Horstman 26f1daa47e tests/lazyloading/lz-n: reduce repetition 2024-12-10 10:15:10 -06:00
Austin Horstman 76b567b43c modules/lazyload: warn enabling a lazy loading provider 2024-12-10 10:15:10 -06:00
Austin Horstman 0997b371c7 lib/neovim-plugin: freeform lazy settings
Instead of trying to manage upstream configuration options, just keep
using our freeform options so we can do less finicky logic and
workarounds.
2024-12-10 10:07:38 -06:00
Austin Horstman d24dd313cf tests/lazyloading: lazy-load -> lz-n
We will support more, might as well properly organize them.
2024-12-10 10:07:38 -06:00
Austin Horstman 277b2658a9 plugins/typescript-tools: todo about lazy loading 2024-12-10 10:07:38 -06:00
Austin Horstman c3f9cb721c lib/neovim-plugin: refactor mkLazyLoadOption 2024-12-10 10:07:38 -06:00
Austin Horstman 3cfde1554c lib/neovim-plugin: support lz-n lazy config 2024-12-10 08:28:16 -06:00
Austin Horstman da30527de1 lib/neovim-plugin: use mkLazyLoadOption 2024-12-10 08:28:16 -06:00
psfloyd 6ed719dba8 lib/options: added mkLazyLoadOption 2024-12-10 08:28:16 -06:00
Austin Horstman 301868d380 lib/neovim-plugin: support lazy loading luaConfig.content 2024-12-10 08:28:16 -06:00
Austin Horstman 2e30f4828d plugins/cmp/sources: add cmp-vimtex 2024-12-10 08:00:33 -06:00
Austin Horstman 39adaa0b7a plugins/cmp/sources: sort list 2024-12-10 08:00:33 -06:00
Gaetan Lepage 8dfa5fa8a2 flake-modules/dev: cosmetic refactor 2024-12-10 08:47:04 +00:00
Austin Horstman 99cb3fb8fc plugins/dotnet: init 2024-12-09 23:27:45 -06:00
Gaetan Lepage cf7e026c8c mkNeovimPlugin: refactor lua code generation logic 2024-12-09 21:43:12 +00:00
Gaetan Lepage f2a991ae8c plugins/colorizer: rename, switch to mkNeovimPlugin 2024-12-09 20:23:32 +01:00
Gaetan Lepage 4b5364a66b plugins/persisted: init 2024-12-08 18:30:17 +00:00
Vincent Desjardins e2f81c8e8e plugins/schemastore: remove table wrapping
Signed-off-by: Vincent Desjardins <vdesjardins@gmail.com>
2024-12-08 14:23:29 +00:00
ProbablyRohan 30f3a3242e plugins/nvim-colorizer: add missing options
Adds the always_update, virtualtext_inline and virtualtext_mode options
to nvim-colorizer.
2024-12-08 20:47:21 +11:00
github-actions[bot] 08be20270d flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/65912bc6841cf420eb8c0a20e03df7cbbff5963f?narHash=sha256-KZMu4ddMll5khS0rYkJsVD0hVqjMNHlhTM3PCQar0Ag%3D' (2024-12-05)
  → 'github:nix-community/home-manager/d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a?narHash=sha256-i5ay20XsvpW91N4URET/nOc0VQWOAd4c4vbqYtcH8Rc%3D' (2024-12-06)
• Updated input 'nix-darwin':
    'github:lnl7/nix-darwin/55d07816a0944f06a9df5ef174999a72fa4060c7?narHash=sha256-MTMsAhXxMMVHVN99jT8E0afOAOtt3JQWjYpTja94PAU%3D' (2024-12-04)
  → 'github:lnl7/nix-darwin/a35b08d09efda83625bef267eb24347b446c80b8?narHash=sha256-sQJAxY1TYWD1UyibN/FnN97paTFuwBw3Vp3DNCyKsMk%3D' (2024-12-07)
2024-12-07 12:34:58 +00:00
Gaetan Lepage ae78face8d treewide: format with latest nixfmt 2024-12-06 15:25:27 +00:00
Gaetan Lepage c6080c206e plugins/copilot-chat: update mappings 2024-12-06 11:23:39 +01:00
Gaetan Lepage bca825e518 plugins/none-ls: update packages 2024-12-06 11:03:21 +01:00