Commit Graph

970 Commits

Author SHA1 Message Date
Matthieu Coudron
901b21c555 vimPluginsUpdater: init
The nixpkgs documentation mentions how to update out of tree plugins but
one problem is that it requires a nixpkgs clone.
This makes it more convenient.
I've had the need to generate vim plugins and lua overlays for other
projects unrelated to nix and this will make updates easier (aka just
run `nix run nixpkgs#vimPluginsUpdater -- --proc=1` or with the legacy commands:
`nix-shell -p vimPluginsUpdater  --run vim-plugins-updater`.

I added an optional "nixpkgs" argument to command line parser, which is the path
towards a nixpkgs checkout. By default the current folder.

update-luarocks-packages: format with black
2023-10-01 17:30:55 +02:00
Matthieu Coudron
6013fe8f41 vim/update.py: ran through black
for formatting
2023-10-01 16:17:13 +02:00
Corné Dorrestijn
75ef569ffd
vimPlugins: update 2023-09-30 18:50:20 +02:00
Matthieu Coudron
0ab2c96429 vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin
the `from2Nix` suffix is a legacy from vim2nix but we dont use that anymore. It makes the name of the function unusual and long.
2023-09-27 19:08:38 +02:00
figsoda
ac464afa1e
Merge pull request #256277 from GaetanLepage/nvim-navic
vimPlugins.nvim-navic: add nvim-lspconfig dependency
2023-09-22 10:02:07 -04:00
Haseeb Majid
78c95f38a1
vimPlugins.nvim-navbuddy: add dependencies (#256584)
* vimPlugins.nvim-navbuddy: add dependencies

* Update pkgs/applications/editors/vim/plugins/overrides.nix

Co-authored-by: figsoda <figsoda@pm.me>

---------

Co-authored-by: figsoda <figsoda@pm.me>
2023-09-22 14:19:50 +02:00
Gaetan Lepage
d012bf8b6c vimPlugins.nvim-navic: add nvim-lspconfig dependency 2023-09-22 14:08:19 +02:00
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02:00
figsoda
48ebccddd8
Merge pull request #255316 from sheeaza/master
Update overrides.nix, compile leaderf vim plugin
2023-09-19 22:33:53 -04:00
sheeaza
16cb9380f5 Update overrides.nix, compile leaderf vim plugin
Leaderf is a vim fuzzy finder plugin, for details please see
https://github.com/Yggdroot/LeaderF, and it supports c extension to speed
up 10 times faster; The origin nixpkg does not compile the c extension,
so compile the c extension to make it faster.

1. And also remove the build dir to prevent the unnecessary dependency
   on gcc.
2. strip the share lib to keep the files small

Signed-off-by: sheeaza <winsdenny@outlook.com>
2023-09-18 23:49:59 +08:00
figsoda
dc86f6093b
Merge pull request #255520 from Janik-Haag/fixVimSensible
vimPlugins: vim-sensible patch vimrc detection
2023-09-16 20:11:11 -04:00
"workflow"
3f3285096c vimPlugins.nvim-treesitter: update grammars 2023-09-16 21:49:28 +01:00
"workflow"
62d2d7b8f3 vimPlugins: update 2023-09-16 21:47:20 +01:00
"workflow"
b1165ffeb8 vimPlugins.vim-enmasse: init at 2018-04-03 2023-09-16 21:39:03 +01:00
Janik H
9a98cd21e8
vimPlugins: vim-sensible patch vimrc detection
The vimrc detection won't work if you are using the vim_configurable package
(which the nixos and home-manager module both do)
because vim-sensible only checks for files in the users home matches `~/...`
but in our case it gets called from a wrapper script which looks something like:
`vim -u /nix/store/.../vimrc`.
2023-09-16 21:00:55 +02:00
figsoda
ec72e4f98a
Merge pull request #255065 from fabianpage/add_nvim_window_picker
vimPlugins.nvim-window-picker: init at 2023-07-29
2023-09-14 10:13:36 -04:00
Fabian Page
10dbeddce2 vimPlugins.nvim-window-picker: init at 2023-07-29 2023-09-14 07:58:14 +02:00
figsoda
a61e23dad2 vimPlugins.sg-nvim: fix cargoHash 2023-09-13 09:46:47 -04:00
figsoda
5082f1b64c vimPlugins.nvim-treesitter: update grammars 2023-09-13 09:45:51 -04:00
figsoda
7034f2802a vimPlugins: update 2023-09-13 09:44:51 -04:00
figsoda
db1fb7660c
Merge pull request #254907 from MoritzBoehme/add-nvim-plugins
vimPlugins: add several plugins
2023-09-13 09:41:43 -04:00
figsoda
2c18b2123c
Merge pull request #254771 from SuperSandro2000/vim-plugins-cross
vimPlugins.vim-utils: execute check and doc generation in cross compi…
2023-09-13 09:34:45 -04:00
figsoda
31bcb71ff9
Merge pull request #253769 from vinnymeller/init-nvim-remote-containers
vimPlugins.nvim-remote-containers: init at 2023-08-01
2023-09-13 09:23:33 -04:00
Moritz Böhme
c76d02d4da
vimPlugins: add several plugins
Adds actions-preview.nvim, hmts.nvim,
smartcolumn.nvim and telekasten.nvim.
2023-09-13 10:15:36 +02:00
Sandro Jäckel
938de2ab1d
vimPlugins.vim-utils: execute check and doc generation in cross compilation when host can execute the arch 2023-09-12 17:04:09 +02:00
Robert Schütz
5212d482ac vimPlugins.markdown-preview-nvim: use mkYarnModules 2023-09-12 11:20:00 +02:00
Vinny Meller
bea05181f8 vimPlugins.nvim-remote-containers: init at 2023-08-01 2023-09-06 23:11:31 -04:00
"Gaetan Lepage"
0832ce822b vimPlugins.nvim-treesitter: update grammars 2023-09-06 16:34:37 +02:00
"Gaetan Lepage"
0ffdfc407c vimPlugins: update 2023-09-06 16:30:56 +02:00
Gaetan Lepage
9ef2b50701 vimPlugins.multicursors-nvim: init at 2023-08-30 2023-09-06 16:26:48 +02:00
figsoda
707808af53 vimPlugins.sg-nvim: fix cargoHash 2023-09-05 14:02:56 -04:00
root
8ea642233e vimPlugins: update 2023-09-01 15:15:19 +03:00
root
5a619b154d vimPlugins.tabout-nvim: init at 2023-03-29 2023-09-01 15:12:03 +03:00
root
eecbc4d783 vimPlugins.nvim-treesitter: update grammars 2023-09-01 14:32:45 +03:00
root
fe1afb817c vimPlugins: update 2023-09-01 14:31:19 +03:00
figsoda
d970db15e3 vimPlugins.sg-nvim: fix cargoHash 2023-08-30 19:44:49 -04:00
"Phillip Cloud"
17beb37901 vimPlugins.nvim-treesitter: update grammars 2023-08-30 05:38:44 -04:00
"Phillip Cloud"
1eb4802317 vimPlugins: resolve github repository redirects 2023-08-30 05:38:26 -04:00
"Phillip Cloud"
72cbc28806 vimPlugins: update 2023-08-30 05:37:41 -04:00
figsoda
c41a8609ed vimPlugins.nvim-treesitter: update grammars 2023-08-26 13:19:20 -04:00
figsoda
be3af7fed0 vimPlugins: update 2023-08-26 13:18:09 -04:00
figsoda
a3a07b08d6
Merge pull request #251631 from Jack77793/adwaita.nvim 2023-08-26 13:15:01 -04:00
"Jack77793"
906836a6ac vimPlugins.adwaita-nvim: init at 2023-06-22 2023-08-27 00:02:07 +08:00
"Jack77793"
9f698f54ab vimPlugins.nvim-lilypond-suite: init at 2023-08-18 2023-08-27 00:00:09 +08:00
"Phillip Cloud"
94bd8489e9 vimPlugins: resolve github repository redirects 2023-08-25 16:25:15 -04:00
"Phillip Cloud"
b6eae406a8 vimPlugins: update 2023-08-25 16:24:34 -04:00
Gaetan Lepage
c7cf24c527 vimPlugins.nvim-treesitter: update grammars 2023-08-25 17:43:26 +02:00
Gaetan Lepage
b4c1f7d724 vimPlugins: update 2023-08-25 17:43:26 +02:00
Gaetan Lepage
dc157dc2ee vimPlugins.nvim-treesitter-context: update URL 2023-08-25 17:37:06 +02:00
Gaetan Lepage
d764a59fc7 vimPlugins.rainbow-delimiters-nvim: init at 2023-08-25 2023-08-25 17:37:06 +02:00