refactor: Update clojure.lua

This commit is contained in:
Folke Lemaitre 2024-06-07 17:22:14 +02:00 committed by GitHub
parent 63351d0d95
commit e6a50d10b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,7 @@ return {
-- Add Clojure & related to treesitter
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "clojure" })
end,
opts = { ensure_installed = { "clojure" } },
},
-- Extend auto completion