Commit Graph

206 Commits

Author SHA1 Message Date
Matthieu Coudron
33a806db80
Merge pull request #139827 from oxalica/fix/markdown-preview-nvim
vimPlugins.markdown-preview-nvim: fix node dependencies
2021-10-03 03:55:35 +02:00
Bernardo Meurer
d9d63e1f16
vimPlugins.cmp-tabnine: init at 2021-09-30 2021-10-01 11:27:19 -07:00
oxalica
2d1cfc5882
vimPlugins.markdown-preview-nvim: fix node dependencies 2021-09-29 09:40:30 +08:00
figsoda
5740fd7f89 vimPlugins.vim-textobj-entire: init at 2018-01-19 2021-09-21 18:04:48 -04:00
figsoda
e09f3a1697 vimPlugins: update 2021-09-21 18:04:48 -04:00
figsoda
18e63ac573
Merge pull request #138265 from Alexnortung/vimPlugins.futhark-vim
vimPlugins.futhark-vim: init at 2021-08-24
2021-09-18 13:43:20 -04:00
figsoda
8b749d8134 vimPlugins.vim-clap: fix cargoSha256 2021-09-18 13:34:22 -04:00
Bernardo Meurer
f12fb7a7d2
Merge pull request #138218 from lovesegfault/tabnine-3.6.8
tabnine: 3.5.49 -> 3.6.8
2021-09-17 19:42:28 +00:00
Bernardo Meurer
64ffacd514
vimPlugins.completion-tabnine: fix build 2021-09-17 09:13:26 -07:00
Matthieu Coudron
22caffad3a vimPlugins.minimap-vim: add test 2021-09-17 16:00:00 +02:00
Nicolas Berbiche
2f73bd77ed
vimPlugins.sqlite-lua: fix postPatch substituting nonexistent file
This commit also fixes the logic to use the appropriate dynamic
library according to the platform (.dylib for Darwin otherwise .so).
2021-09-12 16:52:38 -04:00
Matthieu Coudron
ed77db85ff
Merge pull request #136429 from teto/vim-remove-rtpPath
Vim remove share/runtime/NAME prefix from the installed folder
2021-09-12 19:58:17 +02:00
Matthieu Coudron
56f823dd5c vimPlugins: shorten rtpPath
nixpkgs creates a hierarchy of 3 folders share/runtime/<PKG_NAME> for no reason ?
makes debugging harder as well as paths longer when patching so this
removes this nested folders.
2021-09-12 00:14:14 +02:00
Sandro
89d6af5c1d
Merge pull request #136180 from figsoda/null-ls-deps
vimPlugins.null-ls-nvim: clean up, add dependencies
2021-09-11 21:48:34 +02:00
devhell
7d790ecae6 vimPlugins.vim-clap: Fix maple override hash
The `cargoSha256` was out of date.
2021-09-11 16:34:03 +01:00
Jonathan Ringer
099283ceca vimPlugins.sqlite-lua: fix patching of sqlite3 cpath 2021-09-10 08:12:46 -07:00
figsoda
2d42e76e5b vimPlugins.nvim-spectre: init at 2021-09-05 2021-09-09 09:02:23 +09:00
Shaw Vrana
4f0bc6d71d vimPlugins: minimap-vim: fix plugin paths
Build failing b/c the path does not exist.
2021-09-06 23:53:08 +02:00
toastal
99e969ab15 himalaya-vim: fix broken build
I think something about the build for Vim plugins has changed that made
this build break. Moving the fixup step up to configure made it build
again on my local machine.
2021-09-06 16:23:03 +07:00
Sumner Evans
4a4294d74b vim-plugins.direnv.vim: fix directory for substitution
Fixes regression introduced by 0a913855a1
2021-09-04 21:55:24 +02:00
Sandro Jäckel
d28c708bc7
vimPlugins: rename tami5/sql.lua to tami5/sqlite.lua 2021-09-04 19:57:37 +02:00
figsoda
b9b713bea1 vimPlugins.null-ls-nvim: clean up, add dependencies 2021-08-30 09:25:51 -04:00
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
figsoda
a23a6bea93 vimPlugins.range-highlight-nvim: init at 2021-08-03 2021-08-19 16:08:40 -04:00
figsoda
4c7280d387 vimPlugins: update 2021-08-16 15:24:34 -04:00
figsoda
eec7d8209c vimPlugins.lir-nvim: init at 2021-08-15 2021-08-16 09:12:51 -04:00
figsoda
ff93bb9b29 vimPlugins.refactoring-nvim: init at 2021-08-15 2021-08-15 13:10:04 -04:00
figsoda
2c045900b7 vimPlugins.plenary-nvim: don't build from luaPackages.plenary-nvim 2021-08-15 18:49:00 +02:00
oxalica
d2781c50ff
vimPlugins.fcitx-vim: init at 2021-08-15 2021-08-15 22:52:10 +08:00
Bernardo Meurer
19440eadf7
vimPlugins.compe-tabnine: fix binaries symlink 2021-08-13 16:04:37 -07:00
Matthieu Coudron
06684792fb vimPlugins.plenary: init from lua package
This commit shows how to convert luarocks packages into (neo)vim ones.
The advantage for neovim lua plugins to register their rockspec (aka
package definition) is that the plugin can express its dependencies and
a few metadata through it.
2021-08-09 21:23:29 +02:00
figsoda
a311503cb5 vimPlugins: update 2021-08-05 23:25:37 -04:00
Sandro Jäckel
e5cb1134cd
vim-plugins: remove workaround 2021-08-05 08:59:06 +02:00
Andrey Kuznetsov
e03daba08c vimPlugins.telescope-fzf-native-nvim: enable build phase 2021-08-03 16:47:12 +02:00
toastal
04de1306ba
vimPlugins.himalaya-vim: fix failing build (#132517)
* fix `himalaya-vim` failing build

I’m unsure as to why the configure phase `cd vim/` is no longer working, but
this patch phase copying files up a directory workaround is building for my
NixOS locally.

* consistent comment indentation

* Apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-03 13:52:20 +02:00
Vinícius Müller
2adaddd1d3 vimPlugins.vim-clap: Update cargo sha256 2021-08-02 10:55:08 -07:00
Vinícius Müller
2c79ed4585
vimPlugins.onedark-nvim: Add lush-nvim dependency (#131987)
* vimPlugins.onedark-nvim: Add lush-nvim dependency

* Update pkgs/misc/vim-plugins/overrides.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-01 20:12:02 +02:00
Bernardo Meurer
8c422bb2a2
vimPlugins: update 2021-07-23 11:22:15 -07:00
Vinícius Müller
7ae5ab5942 vimPlugins.fzf-checkout-vim: init at 2021-07-21 2021-07-21 23:37:56 -07:00
Andrey Kuznetsov
d719e37d31
vimPlugins.vim-clap: updated cargoSha256 2021-07-21 21:20:23 +00:00
Bernardo Meurer
1997eb3531
Merge pull request #130418 from figsoda/null-ls.nvim
vimPlugins.null-ls-nvim: init at 2021-07-14
2021-07-18 10:56:58 -07:00
Andrey Kuznetsov
64b38a5feb
vimPlugins.telescope-fzf-native-nvim: build binaries 2021-07-17 20:20:48 +00:00
"Bernardo Meurer"
3642313273
vimPlugins: update 2021-07-17 11:32:09 -07:00
figsoda
43260afeea vimPlugins.null-ls-nvim: init at 2021-07-14 2021-07-16 22:22:37 -04:00
Michael Adler
b4928b4e2e neogit: add missing dependency on plenary.nvim 2021-07-07 10:19:21 +02:00
Bernardo Meurer
ad4d486eb5 vimPlugins: update 2021-07-05 21:34:19 -07:00
oxalica
07f392cd0c vimPlugins.{vim-speeddating,vim-surround,vim-unimpaired}: add dependency vim-repeat 2021-06-16 13:01:37 -07:00
Sandro
413d561316
Merge pull request #127029 from figsoda/presence.nvim 2021-06-16 18:34:40 +02:00
figsoda
54c7521b5b vimPlugins: update 2021-06-15 22:54:29 -04:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00