Commit graph

1306 commits

Author SHA1 Message Date
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
fortuneteller2k 5a4cec0482 vimPlugins.diffview-nvim: init at 2021-05-06 2021-05-07 22:49:43 -07:00
fortuneteller2k 44decf41ef vimPlugins.markdown-preview-nvim: init at 2021-03-10 2021-05-07 22:49:43 -07:00
fortuneteller2k ad7bc81b96 vimPlugins.vim-smali: init at 2015-11-05 2021-05-07 22:49:43 -07:00
fortuneteller2k cf3c9970ea vimPlugins.vim-lua: init at 2020-08-05 2021-05-07 22:49:43 -07:00
fortuneteller2k a89bc1c469 vimPlugins.lsp-trouble-nvim: init at 2021-05-07 2021-05-07 22:49:43 -07:00
fortuneteller2k 28a49433a1 vimPlugins: change rnvimr branch 2021-05-07 22:49:43 -07:00
fortuneteller2k dad28f9269 vimPlugins: update 2021-05-07 22:49:43 -07:00
Jonathan Wilkins 2b1cc5092e remove unnecessary patch
This patch
a504be8c70.patch
has already been applied upstream
2021-05-07 10:39:35 -07:00
Sandro 5c63565c74
Merge pull request #120629 from jupblb/gruvbox-nvim 2021-04-30 03:28:38 +02:00
"Andrey Kuznetsov" 8c4f24dfc4 vimPlugins.friendly-snippets: init at 2021-04-17 2021-04-29 10:16:41 +00:00
"Andrey Kuznetsov" 44ba3c22d0 vimPlugins.vim-code-dark: init at 2021-04-09 2021-04-29 10:16:14 +00:00
"Andrey Kuznetsov" 7e49de89e3 vimPlugins: update 2021-04-29 10:15:50 +00:00
Andrey Kuznetsov 3c3f328bc1
vimPlugins.which-key-nvim: fix branch 2021-04-29 10:15:14 +00:00
jupblb d61fc4c2a3
Update vim-clap cargoSha256 2021-04-29 09:29:58 +02:00
jupblb 85c333d358
vimPlugins.gruvbox-nvim: init at 2021-04-23 2021-04-29 09:29:57 +02:00
Pablo Ovelleiro Corral cfa0a57765
Add which-key-nvim (#121092) 2021-04-29 03:14:43 +02:00
Sandro bdce7261ef
Merge pull request #119977 from malob/vimplugins-add-overrides 2021-04-26 06:43:48 +02:00
Vincent Cui 7b0b4c048a vimPlugins.lazygit-nvim: init at 2021-03-25 2021-04-24 13:33:34 +02:00
"Vincent Cui" 12ece33098 vimPlugins.vim-helm: init at 2020-01-02 2021-04-24 13:33:34 +02:00
"Vincent Cui" de69947e83 vimPlugins.vim-xtabline: init at 2021-01-31 2021-04-24 13:33:34 +02:00
Vincent Cui d1ad812ec1 vimPlugins.suda-vim: init at 2021-02-20 2021-04-24 13:33:33 +02:00
"Vincent Cui" 16f6bc4f01 vimPlugins.wildfire-vim: init at 2014-11-16 2021-04-24 13:33:33 +02:00
Vincent Cui 888acb76a7 vimPlugins.LeaderF: init at 2021-04-02 2021-04-24 13:33:33 +02:00
"Vincent Cui" fff666d4f7 vimPlugins: resolve github repository redirects 2021-04-24 13:33:33 +02:00
Vincent Cui 3f151a5617 vimPlugins: update 2021-04-24 13:33:33 +02:00
"Andrey Kuznetsov" 88289c4b37
vimPlugins.lsp-colors-nvim: init at 2021-04-23 2021-04-23 21:32:31 +00:00
"Andrey Kuznetsov" 37c937a95f vimPlugins.nvim-base16: init at 2021-04-12 2021-04-23 20:47:52 +00:00
"Andrey Kuznetsov" 2a4aec9cdf vimPlugins: update 2021-04-23 20:47:26 +00:00
"Dany Marcoux" 4707d4a645 vimPlugins.vim-strip-trailing-whitespace: init at 2021-01-03 2021-04-22 23:11:52 +02:00
"Dany Marcoux" c67b5a0035 vimPlugins.wstrip-vim: init at 2021-03-14 2021-04-22 23:10:19 +02:00
"Dany Marcoux" 687cd11d7b vimPlugins: update 2021-04-22 23:09:47 +02:00
José Luis Lafuente f29292db76 tree-sitter: Add withPlugins 2021-04-22 14:11:01 +02:00
Malo Bourgon 6ba5094612 vimPlugins.completion-*: add dependencies
vimPlugins.gitsigns-nvim: add dependency

vimPlugins.telescope-*: add dependencies
2021-04-21 09:53:11 -07:00
Malo Bourgon 8dc5406544 vimPlugins: prefer self over super in overrides 2021-04-21 09:53:11 -07:00
"Kyle Ondy" ebed784637 vimPlugins.git-worktree-nvim: init at 2021-04-19 2021-04-21 11:09:47 -04:00
"Kyle Ondy" bb82ab69c4 vimPlugins: update 2021-04-21 11:09:23 -04:00
Matthieu Coudron b3abdc9534
tests.vim: init (moved from vim-utils.nix) (#119467)
* tests.vim: init (moved from vim-utils.nix)

Moved tests from pkgs/misc/vim-plugins/vim-utils.nix to pkgs/test/vim.
Also reduced the amount of generated config:
- Make it possible to have an empty config when configured adequately
- removed default vim config when using native packages, it could be
  source of bugs see linked issues (syntax on overrides vim highlights)

Things to watch out for:
- if you set configure.beforePlugins yourself, you will need to add set nocompatible too not to lose it
- filetype indent plugin on | syn on is not enabled anymore by default for the vim-plug installer: I dont think we should override vim defualts, at least not here since it is shared with neovim. Also sometimes it's enabled before plugins (pathogen etc,) which is not consistent.


you can run the tests via
$ nix-build -A tests.vim
2021-04-21 12:55:05 +02:00
Sandro 609d9cb227
Merge pull request #119901 from KyleOndy/add-vim-dispatch-neovim
Add vim-dispatch-neovim
2021-04-20 23:21:04 +02:00
Sandro 813446ba07
Merge pull request #119900 from KyleOndy/add-vim-jack-in
Add vim-jack-in
2021-04-20 23:20:06 +02:00
"lofsigma" 753f0731e8 vimPlugins.vimade: init at 2021-04-07 2021-04-20 14:54:56 -04:00
"lofsigma" 136920798a vimPlugins.rnvimr: init at 2020-10-02 2021-04-20 14:52:50 -04:00
"lofsigma" 59a672e99c vimPlugins: update 2021-04-20 14:52:33 -04:00
Kyle Ondy ac8fc5f92f vimPlugins.vim-jack-in: init at 2021-03-27 2021-04-20 13:30:09 -04:00
"Kyle Ondy" 29bb1cfff3 vimPlugins.vim-dispatch-neovim: init at 2017-01-18 2021-04-20 13:24:20 -04:00
figsoda 967c05b0eb vimPlugins.gina-vim: init at 2020-10-07 2021-04-20 10:34:47 -04:00
figsoda e375788830 vimPlugins: resolve github repository redirects 2021-04-20 10:34:25 -04:00
figsoda ce9f060d75 vimPlugins: update 2021-04-20 10:34:05 -04:00
Malo Bourgon 78c9b87283 vimPlugins: cleanup overrides arguments 2021-04-19 14:16:22 -07:00
Malo Bourgon e2926d64ba vimPlugins: sort overrides alphabetically 2021-04-19 14:16:22 -07:00