Gaetan Lepage
601aa86778
vimPlugins.nvim-treesitter: update grammars
2023-11-04 10:56:20 +01:00
Gaetan Lepage
fb261d638a
vimPlugins: updated the 11-04-2023
2023-11-04 10:46:23 +01:00
Gaetan Lepage
db8273019d
vimPlugins.molten-nvim: init at 2023-10-21
2023-11-04 10:35:35 +01:00
figsoda
1aa45b2f14
Merge pull request #262859 from r-ryantm/auto-update/vimPlugins.vim-clap
...
vimPlugins.vim-clap: 0.45 -> 0.46
2023-10-31 14:49:36 -04:00
figsoda
17d5421f04
vimPlugins.vim-clap: fix build on darwin
2023-10-30 17:20:02 -04:00
Gaétan Lepage
52308bd7b4
vimPlugins.conform-nvim: init at 2023-10-22 ( #262943 )
2023-10-23 23:51:52 +02:00
Marc Jakobi
db1bfc4d8f
vimPlugins: ferris-nvim -> rustaceanvim
2023-10-23 18:08:03 +02:00
R. Ryantm
9aaa5a411e
vimPlugins.vim-clap: 0.45 -> 0.46
2023-10-23 05:19:52 +00:00
Marc Jakobi
cf965856d4
vimPlugins.ferris-nvim: init at 2023-10-21
2023-10-21 14:42:21 +02:00
Gaetan Lepage
27afaa5c38
vimPlugins.sniprun: 1.3.6 -> 1.3.7
2023-10-17 14:17:53 +02:00
Gaetan Lepage
a78ed090b6
vimPlugins.nvim-treesitter: update grammars
2023-10-17 14:17:53 +02:00
Gaetan Lepage
4c7875b11e
vimPlugins: update
2023-10-17 14:17:53 +02:00
jfvillablanca
047c7d50fc
vimPlugins: resolve github repository redirects
2023-10-17 11:38:31 +02:00
jfvillablanca
a431eef36f
vimPlugins: update
2023-10-17 11:38:31 +02:00
Gaetan Lepage
be4d94890e
vimPluginsUpdater: fix nvim-treesitter grammars update
2023-10-16 16:10:53 +02:00
Matthieu Coudron
252412c2b8
vimPluginsUpdater: fix treesitter updates
2023-10-15 23:56:45 +02:00
Bruno BELANYI
ad73d204b0
vimPlugins.none-ls-nvim: init at 2023-10-01
2023-10-13 13:34:40 +02:00
Gaetan Lepage
e8f9be5662
vimPluginsUpdater: add missing nix-prefetch-git dependency
2023-10-10 00:54:10 +02:00
Anderson Torres
a9d73dea16
treewide: remove cstrahan from meta.maintainers - part 2
...
19 files modified with this removal
2023-10-04 22:20:58 -03:00
"Matthieu Coudron"
525faa083d
vimPlugins: resolve github repository redirects
2023-10-01 17:30:55 +02:00
"Matthieu Coudron"
c77aa0c0e0
vimPlugins: update
2023-10-01 17:30:55 +02:00
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
github-actions[bot]
583877beb2
Merge master into staging-next
2023-09-22 18:01:00 +00: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
github-actions[bot]
25421963c7
Merge master into staging-next
2023-09-21 18:00:53 +00:00
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash ( #256514 )
2023-09-21 19:11:11 +02:00
github-actions[bot]
8d8feb905e
Merge master into staging-next
2023-09-20 06:01:21 +00: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
github-actions[bot]
aafb7c13a2
Merge staging-next into staging
2023-09-17 06:01:27 +00: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
github-actions[bot]
dd6646009e
Merge staging-next into staging
2023-09-14 18:01:28 +00: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
Alyssa Ross
4a027948f9
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/applications/radio/soapysdr/default.nix
2023-09-14 11:31:01 +00:00
Fabian Page
10dbeddce2
vimPlugins.nvim-window-picker: init at 2023-07-29
2023-09-14 07:58:14 +02:00
Fabián Heredia Montiel
d8be5d0c71
Merge pull request #254666 from henrirosten/vim_9.0.1897
...
vim: 9.0.1811 -> 9.0.1897
2023-09-13 22:11:03 -05: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