Skip to content

Commit

Permalink
nvim: Add mdx.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
maiwald committed Dec 30, 2024
1 parent 4cd42b5 commit 932f309
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .config/nvim/lua/maiwald/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,10 @@ return require('packer').startup(function(use)
}

use 'github/copilot.vim'
use {
'davidmh/mdx.nvim',
requires = {
'nvim-treesitter/nvim-treesitter'
},
}
end)

0 comments on commit 932f309

Please sign in to comment.