Commit Graph

175 Commits

Author SHA1 Message Date
Alexis Quintero
38139e464a vimPlugins: resolve github repository redirects 2022-07-06 11:40:03 -03:00
Alexis Quintero
137caea3fb vimPlugins.vim-substrata: init at 2021-03-23 2022-07-06 11:40:03 -03:00
Alexis Quintero
efc92be1f7 vimPlugins: update 2022-07-06 11:40:03 -03:00
Alexis Quintero
55f6f6c60a vimPlugins.substrata-nvim: init at 2022-06-21 2022-07-06 11:40:03 -03:00
Alexis Quintero
44d4627e1a vimPlugins: resolve github repository redirects 2022-07-06 11:40:03 -03:00
Alexis Quintero
5e59efd70e vimPlugins: update 2022-07-06 11:40:03 -03:00
Matthieu Coudron
6111acd7e6 vimPlugins.satellite-nvim: init at 2022-06-26 2022-06-28 00:24:09 +02:00
Malo Bourgon
d7820aa294 vimPlugins: cleanup overrides 2022-06-21 18:44:26 -07:00
Malo Bourgon
d354014efa Revert "vim/update.py: mark some plugins as neovim ones"
This reverts commit d7bfa0dcc4, which
causes build issues since #178180 was merged.
2022-06-21 18:35:55 -07:00
Malo Bourgon
cb95f35f54 vimPlugins: update 2022-06-21 16:39:16 -07:00
Sandro Jäckel
8a2e36cc53
vimPlugins.vim-go: simplify postPatch
gnused is part of the stdenv
2022-06-19 23:26:31 +02:00
Sandro Jäckel
2b74ba3ed7
vimPlugins.vim-go: move comment to right place 2022-06-19 23:26:31 +02:00
Matthieu Coudron
ce505a3984
vimPlugins: use lua derivation if it exists (#178180)
Neovim plugins are now more often than not written in lua.
One advantage of the lua ecosystem over vim's is the existence of
luarocks and the rockspec format, which allows to specify a package
dependencies formally.
I would like more neovim plugins to have a formal description,
"rockspec" being the current candidate.
This MR allows to use nix lua packages as neovim plugins, so as to enjoy
every benefit that rockspecs bring:
- dependdency discovery
- ability to run test suite
- luarocks versioning
- rockspec metadata

the vim update.py script will check if an attribute with the vim plugin
pname exists in lua51Packages. If it does, it uses
buildNeovimPluginFrom2Nix on it, which modifies the luarocks config to
do an almost flat install (luarocks will install the package in the lua
folder instead of share/5.1/lua etc).
It also calls toVimPlugin on it to get all the vim plugin niceties.

The list of packages that could benefit from this is available at
https://luarocks.org/labels/neovim
but I hope it grows.
2022-06-19 14:18:16 +02:00
Matthieu Coudron
6fa26fe3cd vimPlugins: remove any gotags reference 2022-06-18 21:23:45 +02:00
Sandro Jäckel
b8699bb45b
vimPlugins.vim-go: update tools list 2022-06-17 10:56:07 +02:00
Sandro Jäckel
201b271213
vimPackages: add some coc packages 2022-06-16 20:11:03 +02:00
Tejas Agarwal
93d3ee74a1
vimPlugins.catppuccin-vim: init at 2022-06-06 (#177376) 2022-06-15 10:29:21 +02:00
Mr Hedgehog
60ba9d65d3
vimPlugins.cmp-*: Add overrides 2022-06-14 07:46:27 -04:00
Mr Hedgehog
e05dc87e41
vimPlugins.fuzzy-nvim: init at 2022-02-20 2022-06-13 17:16:05 -04:00
Mr Hedgehog
fdaa8fc610
vimPlugins.nvim-snippy: init at 2022-05-01 2022-06-13 17:16:01 -04:00
Mr Hedgehog
dafc5addaa
vimPlugins.cmp-dap: init at 2022-04-27 2022-06-13 17:14:49 -04:00
Mr Hedgehog
843fd83017
vimPlugins.cmp-vimwiki-tags: init at 2022-04-25 2022-06-13 17:14:45 -04:00
Mr Hedgehog
36e86164d9
vimPlugins.cmp-pandoc-nvim: init at 2022-05-03 2022-06-13 17:14:42 -04:00
Mr Hedgehog
dd3788435a
vimPlugins.cmp-look: init at 2022-03-21 2022-06-13 17:14:38 -04:00
Mr Hedgehog
cbaec802b4
vimPlugins.cmp-greek: init at 2022-01-10 2022-06-13 17:14:34 -04:00
Mr Hedgehog
028ad31f5d
vimPlugins.cmp-nvim-tags: init at 2022-03-31 2022-06-13 17:14:30 -04:00
Mr Hedgehog
4704008b8b
vimPlugins.cmp-copilot: init at 2022-04-11 2022-06-13 17:14:27 -04:00
Mr Hedgehog
12e88c5977
vimPlugins.cmp-clippy: init at 2021-10-24 2022-06-13 17:14:24 -04:00
Mr Hedgehog
f845924568
vimPlugins.cmp-npm: init at 2021-10-27 2022-06-13 17:14:20 -04:00
Mr Hedgehog
82e3d3122b
vimPlugins.cmp-zsh: init at 2022-01-18 2022-06-13 17:14:17 -04:00
Mr Hedgehog
b6e370d291
vimPlugins.cmp-fish: init at 2022-02-17 2022-06-13 17:14:13 -04:00
Mr Hedgehog
586ed4541b
vimPlugins.cmp-rg: init at 2022-01-13 2022-06-13 17:14:10 -04:00
Mr Hedgehog
6144604447
vimPlugins.cmp-fuzzy-path: init at 2022-05-08 2022-06-13 17:14:07 -04:00
Mr Hedgehog
010ef3dc36
vimPlugins.cmp-fuzzy-buffer: init at 2022-01-13 2022-06-13 17:14:03 -04:00
Mr Hedgehog
aa87d47869
vimPlugins.cmp-cmdline-history: init at 2022-05-04 2022-06-13 17:14:00 -04:00
Mr Hedgehog
96fcb504d1
vimPlugins.cmp-conventionalcommits: init at 2021-10-28 2022-06-13 17:13:56 -04:00
Mr Hedgehog
14d7a9c473
vimPlugins.cmp-git: init at 2022-05-11 2022-06-13 17:13:52 -04:00
Mr Hedgehog
68dd2e5c8a
vimPlugins.cmp-vim-lsp: init at 2021-10-26 2022-06-13 17:13:48 -04:00
Mr Hedgehog
9782b8161e
vimPlugins.cmp-nvim-lsp-signature-help: init at 2022-03-29 2022-06-13 17:13:44 -04:00
Mr Hedgehog
bcb285921b
vimPlugins.cmp-digraphs: init at 2021-12-13 2022-06-13 17:13:41 -04:00
Mr Hedgehog
0d921381b6
vimPlugins.cmp-dictionary: init at 2022-05-04 2022-06-13 17:13:37 -04:00
Mr Hedgehog
43c23c919e
vimPlugins.cmp-snippy: init at 2021-09-20 2022-06-13 17:13:33 -04:00
Mr Hedgehog
865a32dd51
vimPlugins.cmp-neosnippet: init at 2022-01-06 2022-06-13 17:13:29 -04:00
Matthieu Coudron
77c7a237fa
Merge pull request #177064 from malob/add-nvim-lastplace
vimPlugins.nvim-lastplace: init at 2021-10-15
2022-06-13 19:32:28 +02:00
Hugo
2c7a74c992
vimPlugins.lspcontainers: init 2022-06-13 19:01:33 +02:00
Matthieu Coudron
a1ad235743
vimUtils: deprecate configure.pathogen (#154814)
pathogen does not bring any value compared to vim native packages so
remove it to ease maintainance burden.
2022-06-13 15:25:46 +02:00
Matthieu Coudron
e1a1cfb565
vimPlugins.fzf-hoogle-vim: init at 2022-05-01 (#176722) 2022-06-13 14:12:14 +02:00
The Hedgehog
f3d9f4f15a
vimPlugins.alpha-nvim: init at 2022-04-22 (#177049) 2022-06-09 21:15:20 +02:00
"Malo Bourgon"
7762092a32 vimPlugins.nvim-lastplace: init at 2021-10-15 2022-06-09 10:53:23 -07:00
Malo Bourgon
e5a1277cf6 vimPlugins: update 2022-06-09 10:53:17 -07:00
QuantMint
9684c0fa4e
vimPlugins: update and add new (#176207)
vimPlugins.flutter-tools-nvim: init at 2022-05-19

vimPlugins.grammar-guard-nvim: init at 2022-01-03

vimPlugins.omnisharp-extended-lsp-nvim: init at 2022-05-10

vimPlugins.com-cloudedmountain-ide-neovim: init at 2022-05-19

vimPlugins: update

vimPlugins.csharpls-extended-lsp-nvim: init at 2022-03-08

vimPlugins: update

vimPlugins.clangd_extensions-nvim: init at 2022-05-31

vimPlugins.Ionide-vim: init at 2022-05-13

vimPlugins.coq-artifacts: init at 2022-06-04

vimPlugins.coq-thirdparty: init at 2022-06-04

vimPlugins.spellsitter-nvim: init at 2022-06-02
2022-06-04 16:57:41 +02:00
Paul Dettorer Hervot
7318a60b42 vimPlugins.markdown-preview-nvim: add a missing node dependency 2022-06-01 13:27:41 -07:00
Alex Jackson
5f95ef7bdf
vimPlugins: add bullets-vim (#157433)
* vimPlugins.bullets-vim: init at 2022-01-30
2022-06-01 21:32:26 +02:00
Pavel Borzenkov
eebbc1525a vimPlugins.nvim-config-local: init at 2022-03-26 2022-05-31 21:14:49 +02:00
Matthieu Coudron
48e7802fd2
Merge pull request #175324 from Dettorer/vimplugin-update-fix-coc
Vimplugin update to fix coc
2022-05-30 14:49:02 +02:00
Paul "Dettorer" Hervot
c3337a717e vimPlugins: update 2022-05-30 08:09:05 +02:00
Thane Gill
48254fc091 Wrap vi when using makeCustomizable 2022-05-30 00:02:59 +02:00
Stanislav Asunkin
ee61638527 vimPlugins.null-ls-nvim: remove unnecessary lspconfig dependency 2022-05-30 00:02:10 +02:00
Stanislav Asunkin
0dd861baec vimPlugins.telescope-nvim: remove unused popup-nvim dependency 2022-05-30 00:00:55 +02:00
Nick Cao
e7f619c49b vimUtils.buildVimPlugin: only add vimCommandCheckHook to
nativeBuildInputs when native compiling
2022-05-29 23:52:29 +02:00
Paul Dettorer Hervot
2a5d767efb vimPlugins.markdown-preview-nvim: update fix-node-paths.patch 2022-05-29 21:41:39 +02:00
Paul "Dettorer" Hervot
b2eb98a040 vimPlugins.nord-vim: fix the remote's main branch name
Recently changed from master to main
2022-05-29 21:41:31 +02:00
Paul "Dettorer" Hervot
c36fce4046 vimPlugins: update 2022-05-29 18:27:32 +02:00
Matthieu Coudron
bd4e0644db
Merge pull request #173312 from teto/vim-add-checks
vim add checks
2022-05-27 11:34:48 +02:00
Flakebi
511491b547
vimPlugins.vim-markdown-composer: fix executing
The source for setting the path is slightly different, so relax the
search/replace term, so it works with the new version.

Fixes starting the web-preview process.
2022-05-24 23:32:03 +02:00
Matthieu Coudron
d7bfa0dcc4 vim/update.py: mark some plugins as neovim ones
so that they use buildNeovimFrom2Nix

I want to avoid adding a more complex heuristic for now or adding a
column to vim-plugin-names.
2022-05-21 17:05:46 +02:00
"Matthieu Coudron"
a2d4d474c2 vimPlugins.nvim-biscuits: init at 2021-11-12 2022-05-21 17:05:46 +02:00
Matthieu Coudron
e373b1a746 vimPlugins.diffview-nvim: add plenary as dependency 2022-05-21 17:05:46 +02:00
Austin Butler
fd927b68f1 vimPlugins.vim-jsonpath: init at 2020-06-16 2022-05-13 18:28:32 -07:00
Austin Butler
6046ff237c vimPlugins: update 2022-05-13 18:28:12 -07:00
Matthieu Coudron
05a3e5c21f
Merge pull request #171064 from teto/neovim-require-check-hook
buildVimPlugin: check that neovim can require the module.
2022-05-13 23:24:57 +02:00
Mr Hedgehog
d491e5fd3a vimPlugins.coconut-vim: init at 2017-10-10 2022-05-12 15:00:08 +02:00
Matthieu Coudron
e4bb2cac39 vimPlugins.fzf-lua: init at 2022-05-07 2022-05-12 11:57:06 +02:00
Matthieu Coudron
8fc305d584 vimPlugins.stylish-nvim: init at 2022-02-11 2022-05-11 12:20:10 +02:00
Matthieu Coudron
da8a322e73 buildLuaPlugin: convert the addRtp call
since it was breaking overrideAttrs.
2022-05-11 12:08:14 +02:00
Matthieu Coudron
0dbca90d41 buildNeovimPluginFrom2Nix: use neovimRequireCheckHook
and removed the addRtp call that was breaking overrideAttrs
2022-05-11 10:42:19 +02:00
Matthieu Coudron
08b6ad0ea5 buildVimPlugin: check that neovim can require the module.
Add:
```
    doInstallCheck = true;
    nvimRequireCheck = "toto";
```
to your vimPluginCall.
2022-05-11 10:42:19 +02:00
Matthieu Coudron
21f526a7f3 vimPlugins: update 2022-05-03 00:44:17 +02:00
Matthieu Coudron
d4894355c1 vim/update.py: distinguish between vim/neovim plugins
I've been working for a long time towards automatic nix dependencies for
neovim plugins (using luarocks rockspecs to discover the said
dependencies).
This is an initial commit to help me complete the missing bits.
buildNeovimPluginFrom2Nix is right now a placeholder which helps me test
in my fork a version that does a flat install of luarocks.

the vim updater will now check for attributes with the same name in the lua package set,
if that's the case the script will generate buildNeovimPluginFrom2Nix.
2022-05-03 00:22:03 +02:00
Matthieu Coudron
9663a29afa buildVimPlugin: add vimCommandCheckHook
Modeled after pythonImportCheckHook, this checks a command can be run once the plugin is installed
2022-04-30 23:54:25 +02:00
Sandro
8291a99382
Merge pull request #169606 from DarkOnion0/master
coc-haxe: init at 0.8.0
2022-04-25 18:22:20 +02:00
Sandro
fdfe3394b9
Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse
vimPlugins.vim-search-pulse: init at 2017-01-05
2022-04-21 17:02:12 +02:00
DarkOnion0
e3025623e6 coc-haxe: init at 0.8.0 2022-04-21 06:50:36 +02:00
teutat3s
6bd609ac0e vimPlugins: update 2022-04-20 08:33:19 -07:00
workflow
b45fbd05f3 vimPlugins.coc-flutter: init at 1.9.7 2022-04-16 00:27:48 +01:00
Pamplemousse
d297965029 vimPlugins.vim-vp4: init at 2021-01-06 2022-04-13 21:36:55 +02:00
Pamplemousse
8c44d65e63 vimPlugins: update 2022-04-13 21:36:55 +02:00
Arjan Schrijver
de77577258 vimPlugins.vim-search-pulse: init at 2017-01-05 2022-04-08 15:18:10 +02:00
André Vitor de Lima Matos
0a69aa9f8a
vimPlugins: update 2022-04-05 13:19:22 -03:00
Matthieu Coudron
d396c7d316
Merge pull request #166941 from teto/vim-plugins-toml 2022-04-05 09:33:40 +02:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Matthieu Coudron
d525753eac vimPlugins: update
vimPlugins: update

vimPlugins: update
2022-04-03 18:14:14 +02:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
Ben Siraphob
4c38fcb192
treewide: move cmake into nativeBuildInputs 2022-03-31 12:35:21 -05:00
Ben Siraphob
61776f460f
treewide: remove stdenv from buildInputs 2022-03-31 11:19:30 -05:00
"Matthieu Coudron"
befae9fcbd vimPlugins.urlview-nvim: init at 2022-03-29 2022-03-30 00:53:58 +02:00
"Matthieu Coudron"
71f7aca0c2 vimPlugins.pywal-nvim: init at 2022-02-20 2022-03-30 00:53:58 +02:00
7c6f434c
cd8d955620
Merge pull request #164994 from ncfavier/vim-wrapper
vim wrapper improvements
2022-03-29 09:50:44 +00:00
Mr Hedgehog
8c496e6193
vimPlugins.vim-svelte: init at 2022-02-17 2022-03-28 09:11:35 -04:00
Mr Hedgehog
85f2d57a48
vimPlugins.coc-svelte: init at 2022-03-14 2022-03-28 09:11:34 -04:00