mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 23:40:12 +02:00
plugins/quarto: fix by enforcing enabling otter when settings.codeRunner is enabled
See https://github.com/quarto-dev/quarto-nvim/issues/187
This commit is contained in:
parent
150220536a
commit
f2903e2a10
3 changed files with 54 additions and 26 deletions
|
@ -12,6 +12,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
# `require("otter").setup()` must run **BEFORE** quarto
|
||||
# https://github.com/quarto-dev/quarto-nvim/issues/187
|
||||
configLocation = lib.mkOrder 900 "extraConfigLua";
|
||||
|
||||
imports = [
|
||||
# TODO: introduced 2024-06-29; remove after 24.11
|
||||
(lib.mkRemovedOptionModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue