Skip to content

Commit

Permalink
fix(quarto): Fix bugs in quarto pack (AstroNvim#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jul 14, 2023
1 parent 6e8c699 commit 560e234
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 560e234

Please sign in to comment.