mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins: cleanup lib usage in several plugins
- ccc - cmake-tools - baleia - auto-save - vim-css-color - virt-column - bacon - coq-nvim - dressing - competitest - direnv - committia - indent-o-matic - guess-indent - lsp-status - octo - lazygit
This commit is contained in:
parent
d718446b61
commit
a32d2e6df0
17 changed files with 309 additions and 320 deletions
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
helpers.vim-plugin.mkVimPlugin {
|
||||
{ lib, ... }:
|
||||
lib.nixvim.vim-plugin.mkVimPlugin {
|
||||
name = "vim-css-color";
|
||||
maintainers = [ lib.maintainers.DanielLaing ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue