Skip to content

Commit

Permalink
fix(quarto): Fix bugs in quarto pack (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored and mehalter committed Jul 15, 2023
1 parent 5e49293 commit 5a54e6c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions lua/astrocommunity/pack/quarto/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@ local utils = require "astronvim.utils"
return {
{
"quarto-dev/quarto-nvim",
ft = { "quarto", "qmd" },
opts = {},
dependencies = {
{ "hrsh7th/nvim-cmp" },
{
"jmbuhr/otter.nvim",
dev = false,
opts = {
lsp = {
hover = {
border = require("misc.style").border,
},
},
},
},
{ "jmbuhr/otter.nvim" },
},
},
{
Expand Down

0 comments on commit 5a54e6c

Please sign in to comment.