mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
misc: update inputs + make use of upstream plugins (#294)
This commit is contained in:
parent
7f50b54bfb
commit
e46b7302af
12 changed files with 45 additions and 353 deletions
|
@ -7,7 +7,6 @@
|
|||
with lib; let
|
||||
cfg = config.plugins.coq-nvim;
|
||||
helpers = import ../helpers.nix {inherit lib;};
|
||||
plugins = import ../plugin-defs.nix {inherit pkgs;};
|
||||
in {
|
||||
options = {
|
||||
plugins.coq-nvim = {
|
||||
|
@ -42,7 +41,7 @@ in {
|
|||
[
|
||||
cfg.package
|
||||
]
|
||||
++ optional cfg.installArtifacts plugins.coq-artifacts;
|
||||
++ optional cfg.installArtifacts pkgs.vimPlugins.coq-artifacts;
|
||||
plugins.lsp = {
|
||||
preConfig = ''
|
||||
vim.g.coq_settings = ${helpers.toLuaObject settings}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue