From 9c984cc1a0363a01976c9f1c02bcd7733a153d0c Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Thu, 24 Aug 2023 18:03:00 -0400 Subject: [PATCH] fix lisp --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 7b4234aa..e56d2ae9 100644 --- a/init.lua +++ b/init.lua @@ -282,7 +282,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', '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,