Commit Graph
1511 Commits
Author SHA1 Message Date
Austin Horstman 5b35c4eaed plugins/glance: init 2024-12-27 16:46:39 -06:00
Heitor Augusto ca3c7e29a8 plugins/blink-cmp-copilot: init 2024-12-25 07:56:12 -03:00
Heitor Augustoandnix-infra-bot 7391dc14ca plugins/blink-compat: init 2024-12-23 12:11:32 +00:00
Matt Sturgeon 43a3171dec treewide: vim-plugin -> plugins 2024-12-22 10:04:17 +00:00
Matt Sturgeon 5e9a6c00a9 treewide: neovim-plugin -> plugins 2024-12-22 10:04:00 +00:00
Matt Sturgeon 896f6be694 lib/plugins: take ownership of modules utils
These util functions were previously defined in `modules`, but
`plugins.utils` is a better home.
2024-12-22 09:35:16 +00:00
svanr 9f32e25f3f plugins/treesitter: update docs for custom grammar installation 2024-12-20 21:53:47 -05:00
Austin Horstman 354fc0f288 plugins/todo-comments: add TodoFzfLua 2024-12-20 17:24:13 -06:00
Gaetan Lepage 37608b4627 Revert "plugins/cmp/sources: use mkNeovimPlugin instead of mkVimPlugin for source plugins"
This reverts commit 6a9d840370.
2024-12-19 01:25:59 +01:00
Gaetan Lepage 2b7f17b6de plugins/crates: rename from crates-nvim to crates, move to by-name, migrate to mkNeovimPlugin 2024-12-19 01:04:58 +01:00
Gaetan Lepage 5d6e83d8ab plugins/copilot-cmp: move to by-name, migrate to mkNeovimPlugin 2024-12-19 00:34:43 +01:00
Gaetan Lepageandnix-infra-bot 7aed1c4b57 plugins/cmp-tabnine: move to by-name 2024-12-18 23:27:47 +00:00
Gaetan Lepage 520c2868eb plugins/cmp-git: move to by-name 2024-12-18 23:35:23 +01:00
Gaetan Lepage a61193abcc plugins/cmp-ai: move to by-name 2024-12-18 22:17:24 +01:00
Gaetan Lepage eaa2084627 plugins/cmp-fish: move extra option to the sources list 2024-12-18 18:58:44 +01:00
Gaetan Lepage 5abe382c54 plugins/cmp-tabby: move to by-name 2024-12-18 18:42:03 +01:00
Gaetan Lepageandnix-infra-bot 6a9d840370 plugins/cmp/sources: use mkNeovimPlugin instead of mkVimPlugin for source plugins 2024-12-18 17:16:57 +00:00
Gaetan Lepage 4f1fe403b1 plugins/openscad: migrate to mkVimPlugin 2024-12-17 22:52:36 +01:00
Jost Alemannandnix-infra-bot e24e40e5f1 plugins/obsidian: add missing word in description
add missing word in description of option
`plugins.obsidian.settings.workspaces.*.path`
2024-12-17 20:39:39 +00:00
Heitor Augustoandnix-infra-bot 092e5ed56a plugins/luasnip: migrate to mkNeovimPlugin 2024-12-17 20:32:29 +00:00
bitterloxandGitHub f4b7fd46f6 plugins/palette: fix minor typo; (#2696) 2024-12-17 08:47:56 -06:00
Gaetan Lepageandnix-infra-bot 3461f890fa plugins/vim-matchup: migrate to mkVimPlugin 2024-12-17 14:14:49 +00:00
Heitor Augusto bfb08c1ab7 plugins/nix-develop: migrate to mkNeovimPlugin 2024-12-16 16:43:20 -03:00
Gaetan Lepageandnix-infra-bot 6c30476a4d plugins/plantuml-syntax: migrate to mkVimPlugin 2024-12-16 17:02:29 +00:00
Gaetan Lepageandnix-infra-bot 471f68d9bb plugins/vim-bbye: migrate to mkVimPlugin 2024-12-16 16:51:55 +00:00
Gaetan Lepage a24ec7412e plugins/intellitab: migrate to mkVimPlugin 2024-12-16 17:19:10 +01:00
Gaetan Lepage 9062a66ee9 plugins/gitmessenger: migrate to mkVimPlugin 2024-12-16 15:52:09 +01:00
Gaetan Lepage 0edc061a6c plugins/gitgutter: migrate to mkVimPlugin 2024-12-16 14:35:33 +01:00
Gaetan Lepage 76e9d89d96 plugins/floaterm: move to mkVimPlugin 2024-12-16 11:57:46 +01:00
Gaetan Lepageandnix-infra-bot c179d47d3d plugins/*: use new mkSettingsRenamedOptionModules 2024-12-16 10:49:09 +00:00
Gaetan Lepageandnix-infra-bot 7e4f8a2a56 plugins/friendly-snippets: switch to mkVimPlugin 2024-12-16 10:42:07 +00:00
Gaetan Lepageandnix-infra-bot 93208b9536 plugins/quickmath: migrate to mkVimPlugin 2024-12-16 10:00:06 +00:00
Gaetan Lepageandnix-infra-bot ec24d496d5 treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
Gaetan Lepageandnix-infra-bot 78e295fa41 treewide (cleaning): helpers.vim-plugin -> lib.nixvim.vim-plugin 2024-12-15 21:55:51 +00:00
Gaetan Lepageandnix-infra-bot e54833d2f7 treewide (cleaning): helpers.neovim-plugin -> lib.nixvim.neovim-plugin 2024-12-15 21:55:50 +00:00
Quentin Boyer a9578bcae5 plugins/lsp: Add some LSP servers 2024-12-15 20:39:12 +01:00
Austin Horstman e16d244865 plugins/tiny-devicons-auto-colors: init 2024-12-15 12:33:05 -06:00
Austin Horstman d0040391e8 plugins/mini: configLocation mkBefore
We want the mini icons and mockDevIcons config to be earlier than
plugins that request an icon provider.
2024-12-15 12:33:04 -06:00
Austin Horstman cef7414b03 plugins/web-devicons: configLocation mkBefore
We want the icons config to be earlier than plugins that request an icon
provider.
2024-12-15 12:33:03 -06:00
Gaetan Lepageandnix-infra-bot cb61e12bba plugins/easyescape: switch to mkVimPlugin and add options 2024-12-15 17:50:29 +00:00
Gaetan Lepageandnix-infra-bot 452c30f747 plugins/commentary: switch to mkVimPlugin 2024-12-15 17:25:16 +00:00
Gaetan Lepage ece372190a plugins/conjure: switch to mkVimPlugin 2024-12-15 15:55:56 +01:00
Austin Horstman 58d2a5ac9c plugins/dap-lldb: init 2024-12-14 18:49:02 -06:00
Austin Horstman 25a3dc7cb5 plugins/efmls-configs: add gleam_format to unpackaged 2024-12-14 17:35:56 -06:00
Austin Horstman 99a2827f7c plugins/lsp: add ltex_plus to unpackaged 2024-12-14 17:35:56 -06:00
Gaetan Lepageandnix-infra-bot e6018ac195 plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
Gaetan Lepageandnix-infra-bot 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
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