Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit a3675cf

Browse files
treesitter: bash parser to support noice plugin
1 parent c334f5c commit a3675cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/treesitter.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ return {
44
-- add more things to the ensure_installed table protecting against community packs modifying it
55
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
66
-- `community.lua` ensures parsers via their language packs
7+
"bash", -- noice
78
"fennel",
89
"git_config",
910
"gitignore",

0 commit comments

Comments
 (0)