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

This commit is contained in:
Yaser Alraddadi 2024-11-04 11:17:56 +03:00
commit 1e68ad378c
1 changed files with 4 additions and 2 deletions

View File

@ -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' },
},
},
},