add a default lang

This commit is contained in:
mjhika 2023-11-19 01:25:53 -05:00
parent 192d45de77
commit 88a4663f6f
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ vim.keymap.set('n', '<leader>fd', telscopeb.diagnostics, { desc = '[S]earch [D]i
require('nvim-treesitter.configs').setup { require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter -- Add languages to be installed here that you want installed for treesitter
ensure_installed = { ensure_installed = {
'c', 'go', 'gomod', 'c', 'cpp', 'go', 'gomod',
'gosum', 'gowork', 'lua', 'gosum', 'gowork', 'lua',
'vimdoc', 'vim', 'clojure', 'vimdoc', 'vim', 'clojure',
'commonlisp', 'ocaml', 'zig' }, 'commonlisp', 'ocaml', 'zig' },