From 02a700259c7f8863097626c595d8d42dd2b2a14f Mon Sep 17 00:00:00 2001 From: PeteChu Date: Mon, 10 Apr 2023 12:49:02 +0700 Subject: [PATCH] resolve conflict --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f470ead2..b6c145d6 100644 --- a/init.lua +++ b/init.lua @@ -321,7 +321,7 @@ vim.keymap.set('n', 'sd', require('telescope.builtin').diagnostics, { de -- See `:help nvim-treesitter` require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'help', 'vim', 'markdown', + ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim', 'markdown', 'markdown_inline' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)