Skip to content

Commit

Permalink
feat(treesitter-deps): add asm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Feb 13, 2024
1 parent b46c1b0 commit 0510364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ settings["dap_deps"] = {
-- https://github.com/nvim-treesitter/nvim-treesitter#supported-languages
---@type string[]
settings["treesitter_deps"] = {
"asm",
"bash",
"c",
"cmake",
Expand Down

0 comments on commit 0510364

Please sign in to comment.