Skip to content

Commit 4916072

Browse files
authored
added vim to tree-sitter's ensured installed list (nvim-lua#110)
please refer to nvim-treesitter/nvim-treesitter#3092
1 parent c4d7212 commit 4916072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de
221221
-- See `:help nvim-treesitter`
222222
require('nvim-treesitter.configs').setup {
223223
-- Add languages to be installed here that you want installed for treesitter
224-
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript', 'help' },
224+
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript', 'help', 'vim' },
225225

226226
highlight = { enable = true },
227227
indent = { enable = true, disable = { 'python' } },

0 commit comments

Comments
 (0)