This commit is contained in:
mjhika 2023-08-24 18:03:00 -04:00
parent a1cf61e81f
commit 9c984cc1a0
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ vim.keymap.set('n', '<leader>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', 'vimdoc', 'vim', 'clojure', 'lisp' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'vimdoc', 'vim', 'clojure', 'commonlisp' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = true,