Merge branch 'master' of github.com:gam-phon/kickstart.nvim

pull/1464/head
Yaser Alraddadi 9 months ago
commit 1e68ad378c

@ -122,9 +122,11 @@ return {
-- Make sure to set this up properly if you have lazy=true
'MeanderingProgrammer/render-markdown.nvim',
opts = {
file_types = { 'markdown', 'Avante' },
-- file_types = { 'markdown', 'Avante' },
file_types = { 'Avante' },
},
ft = { 'markdown', 'Avante' },
-- ft = { 'markdown', 'Avante' },
ft = { 'Avante' },
},
},
},

Loading…
Cancel
Save