Skip to content

Commit 87f50b8

Browse files
committed
Added markdown_inline treesitter parser
1 parent 1c649c2 commit 87f50b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ require('lazy').setup({
970970
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
971971
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
972972
opts = {
973-
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'python', 'latex' },
973+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'latex', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'python' },
974974
-- Autoinstall languages that are not installed
975975
auto_install = true,
976976
highlight = {

lua/custom/plugins/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ require 'custom.plugins.llm_plugin'
151151
require 'custom.plugins.git_plugin'
152152

153153
require 'custom.plugins.util_plugin'
154-
=======
155154
-- Consider moving this function into separate file
156155

157156
function Generate_unique_filename(description)

0 commit comments

Comments
 (0)