mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
quarto: formatting
This commit is contained in:
parent
cced0d239f
commit
68ad67369e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in {
|
||||||
config = mkIf cfg.enable (mkMerge [
|
config = mkIf cfg.enable (mkMerge [
|
||||||
{
|
{
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = [ "otter-nvim" "quarto-nvim" ];
|
startPlugins = ["otter-nvim" "quarto-nvim"];
|
||||||
|
|
||||||
pluginRC.quarto-nvim = entryAnywhere ''
|
pluginRC.quarto-nvim = entryAnywhere ''
|
||||||
require('quarto').setup(${toLuaObject cfg.setupOpts})
|
require('quarto').setup(${toLuaObject cfg.setupOpts})
|
||||||
|
|
Loading…
Reference in a new issue