Commit Graph

1612 Commits

Author SHA1 Message Date
figsoda
8b749d8134 vimPlugins.vim-clap: fix cargoSha256 2021-09-18 13:34:22 -04:00
Alexander Nortung
1df22181a9 vimPlugins.futhark-vim: init at 2021-08-24 2021-09-17 13:24:58 +02:00
Alexander Nortung
10291c6eed vimPlugins: update 2021-09-17 13:24:26 +02:00
figsoda
678b19feb8
Merge pull request #136087 from jlesquembre/cmp-conjure
vimPlugins.cmp-conjure: init at 2021-08-29
2021-09-14 09:41:00 -04:00
figsoda
a9cc830b98
Merge pull request #136786 from jupblb/vim-09.2021
vimPlugins: init vim-bookmarks and telescope-coc.nvim
2021-09-14 09:38:41 -04:00
"Vanilla"
2965b49d82 vimPlugins.cheatsheet-nvim: init at 2021-08-20 2021-09-13 11:51:43 +08:00
"Vanilla"
67b11cf42f vimPlugins: update 2021-09-13 11:50:43 +08:00
Sandro
3a54c58158
Merge pull request #137578 from figsoda/add-vim-plugins 2021-09-13 00:07:42 +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
figsoda
10f63bef0c vimPlugins.orgmode-nvim: init at 2021-09-10 2021-09-12 16:38:06 -04:00
figsoda
b81849da3a vimPlugins.cmp-treesitter: init at 2021-09-11 2021-09-12 16:37:44 -04:00
figsoda
baf7b4c038 vimPlugins.cmp-spell: init at 2021-08-28 2021-09-12 16:37:24 -04:00
figsoda
55afd0721b vimPlugins.cmp-latex-symbols: init at 2021-09-10 2021-09-12 16:37:04 -04:00
figsoda
130479b12c vimPlugins: update 2021-09-12 16:36:45 -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
354b186402 vimUtils.vimGenDocHook: dont copy the folder (again)
The files are installed via build-vim-plugin. Doing that again is a waste of resources, worse it can create errors
2021-09-12 19:19:13 +02:00
Sandro
df28fb7f00
Merge pull request #135641 from zhaofengli/vim-loves-dafny 2021-09-12 17:25: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
figsoda
7218e42126 vimPlugins.minsnip-nvim: init at 2021-09-06 2021-09-09 09:02:23 +09:00
Sandro
92a298b4e3
Merge pull request #137108 from figsoda/fix-neorg
vimPlugins.neorg: fix owner
2021-09-08 16:54:57 +02:00
figsoda
4ad1d0ea31 vimPlugins.neorg: fix owner 2021-09-08 10:35:37 -04:00
"jupblb"
f86b5a7e76
vimPlugins.vim-bookmarks: init at 2021-08-22 2021-09-08 15:25:33 +02:00
"jupblb"
5d82e4b1d8
vimPlugins.telescope-coc-nvim: init at 2021-08-26 2021-09-08 15:25:32 +02:00
Sandro
371e2ff375
Merge pull request #136288 from yaymukund/nvim-solarized-lua
vimPlugins.nvim-solarized-lua: init at 2021-07-09
2021-09-08 01:16:08 +02:00
Mukund Lakshman
2d9b8a81e2 Add a comment to update script. 2021-09-07 14:22:41 -04:00
figsoda
82d19cb068 vimPlugins: fix update script 2021-09-07 19:48:36 +02:00
Mukund Lakshman
47aadbb237 vimPlugins.nvim-solarized-lua: init at 2021-07-09 2021-09-07 13:45:20 -04:00
Mukund Lakshman
da8eac3184 vimPlugins: update 2021-09-07 13:44:57 -04:00
figsoda
d05a0f9cea vimPlugins.vim-toml: fix branch name 2021-09-07 19:39:57 +02: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
Sandro
4b286fd5f4
Merge pull request #135902 from figsoda/crates.nvim
vimPlugins.crates-nvim: init at 2021-09-03
2021-09-05 03:53:07 +02: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
abe7943dcf
Merge pull request #136683 from SuperSandro2000/vim-plugins 2021-09-04 20:34:15 +02:00
Sandro Jäckel
d7b70ffc4d
vim-plugins: add wincent/terminus 2021-09-04 19:57:40 +02:00
Sandro Jäckel
f7ebeacf4a
vimPlugins: add vim-python/python-syntax 2021-09-04 19:57:39 +02:00
Sandro Jäckel
61f72ef029
vimPlugins: add RobertAudi/securemodelines 2021-09-04 19:57:39 +02:00
Sandro Jäckel
0efb0a67f8
vimPlugins: add neoclide/jsonc.vim 2021-09-04 19:57:39 +02:00
Sandro Jäckel
de0b857f8a
vimPlugins: add junegunn/vim-emoji 2021-09-04 19:57:38 +02:00
Sandro Jäckel
eb5dcf8115
vimPlugins: add edkolev/tmuxline.vim 2021-09-04 19:57:38 +02:00
Sandro Jäckel
da375deef3
vimPlugins: add chr4/sslsecure.vim 2021-09-04 19:57:37 +02:00
Sandro Jäckel
d28c708bc7
vimPlugins: rename tami5/sql.lua to tami5/sqlite.lua 2021-09-04 19:57:37 +02:00
Sandro Jäckel
9232fbdc5d
vim-plugins: update 2021-09-04 01:26:38 +02:00
Matthieu Coudron
1fa84e3e02 vimPlugins: split doc generation into a hook
so that the hook can be used for lua modules as well. Improves
composition.
2021-09-04 00:12:35 +02:00
Sandro Jäckel
bb13c55e6c
vimPackages: rename nathunsmitty/nvim-ale-diagnostic@main to nathanmsmith/nvim-ale-diagnostic@main 2021-09-03 23:08:42 +02:00
figsoda
cfd5c58596 vimPlugins.crates-nvim: init at 2021-09-03 2021-09-03 13:19:00 -04:00