mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
refactor: Update clojure.lua
This commit is contained in:
parent
63351d0d95
commit
e6a50d10b0
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue